[flang-commits] [PATCH] D79370: [flang] update tools/f18 to use LLVM_LINK_COMPONENTS.
Stephen Neuendorffer via Phabricator via flang-commits
flang-commits at lists.llvm.org
Tue May 5 09:09:03 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf432154d1bcf: [flang] update tools/f18 to use LLVM_LINK_COMPONENTS. (authored by stephenneuendorffer).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79370/new/
https://reviews.llvm.org/D79370
Files:
flang/tools/f18/CMakeLists.txt
Index: flang/tools/f18/CMakeLists.txt
===================================================================
--- flang/tools/f18/CMakeLists.txt
+++ flang/tools/f18/CMakeLists.txt
@@ -1,7 +1,10 @@
+set(LLVM_LINK_COMPONENTS
+ Support
+ )
add_flang_tool(f18
dump.cpp
f18.cpp
-)
+ )
target_link_libraries(f18
PRIVATE
@@ -10,7 +13,6 @@
FortranEvaluate
FortranSemantics
FortranLower
- LLVMSupport
)
set(MODULES
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79370.262134.patch
Type: text/x-patch
Size: 432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20200505/02bd2ac1/attachment.bin>
More information about the flang-commits
mailing list