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
[TargetVersion] Only enable on RISC-V and AArch64 (#115991)
[llvm-project.git]
/
flang
/
examples
/
ExternalHelloWorld
/
CMakeLists.txt
blob
042d4b6238ba45c80f901484415112e33fccb675
1
# This test is not run by default as it requires input.
2
add_llvm_example(external-hello-world
3
external-hello.cpp
4
)
5
6
target_link_libraries(external-hello-world
7
PRIVATE
8
FortranRuntime
9
)