[flang] Fixed linaro-flang-aarch64-sharedlibs after D145992.

This commit is contained in:
Slava Zakharin
2023-03-14 13:58:58 -07:00
parent d505d20a62
commit e63a600d14

View File

@@ -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
)