repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lldb] Add ability to hide the root name of a value
[llvm-project.git]
/
flang
/
examples
/
PrintFlangFunctionNames
/
CMakeLists.txt
blob
db20b5ee415b5bd8969814d8a407ca04f8d05900
1
# TODO: Note that this is currently only available on Linux.
2
# On Windows, we would also have to specify e.g. `PLUGIN_TOOL`.
3
add_llvm_example_library(flangPrintFunctionNames
4
MODULE
5
PrintFlangFunctionNames.cpp
6
7
DEPENDS
8
acc_gen
9
flangFrontend
10
omp_gen
11
)