Skip to content

Commit

Permalink
[flang] Fixed linaro-flang-aarch64-sharedlibs after D145992.
Browse files Browse the repository at this point in the history
  • Loading branch information
vzakhari committed Mar 14, 2023
1 parent d505d20 commit e63a600
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions flang/examples/ExternalHelloWorld/CMakeLists.txt
@@ -1,8 +1,9 @@
set(LLVM_LINK_COMPONENTS
FortranRuntime
)

# This test is not run by default as it requires input.
add_llvm_example(external-hello-world
external-hello.cpp
)

target_link_libraries(external-hello-world
PRIVATE
FortranRuntime
)

0 comments on commit e63a600

Please sign in to comment.