Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/15.0-2022-12-07
/
.
/
flang
/
examples
/
PrintFlangFunctionNames
/
CMakeLists.txt
blob: 490f2ea895163e2e35039f6c872e64b467a1a4be [
file
] [
log
] [
blame
] [
edit
]
# TODO: Note that this is currently only available on Linux.
# On Windows, we would also have to specify e.g. `PLUGIN_TOOL`.
add_llvm_library(flangPrintFunctionNames
MODULE
PrintFlangFunctionNames.cpp
DEPENDS
acc_gen
omp_gen
)