[PATCH] D87893: [flang] Make flang build compatible with LLVM dylib
Andrzej Warzynski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 14 07:22:42 PDT 2020
awarzynski added a comment.
@serge-sans-paille Thank you for working on this! Sadly the Flang buildbot is unhappy again:http://lab.llvm.org:8014/#/builders/109/builds/35. I'm guessing that you didn't test with `-DFLANG_BUILD_NEW_DRIVER=ON`?
IIUC, the `add_flang_tool` macro needs fixing/updating. I'll take a look and submit something. Perhaps I'll need to revert the changes in flang/tools/flang-driver/CMakeLists.txt. in the interim.
================
Comment at: flang/tools/flang-driver/CMakeLists.txt:11
+
+ LINK_COMPONENTS
+
----------------
Sadly, `add_flang_tool` doesn't understand this syntax: http://lab.llvm.org:8014/#/builders/109/builds/35
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87893/new/
https://reviews.llvm.org/D87893
More information about the llvm-commits
mailing list