[PATCH] D69699: [clang][driver] Add ProfileData to LLVM_LINK_COMPONENTS
Heejin Ahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 31 19:56:40 PDT 2019
aheejin created this revision.
aheejin added reviewers: vsk, tlively.
Herald added subscribers: cfe-commits, mgorny.
Herald added a project: clang.
tlively accepted this revision.
tlively added a comment.
This revision is now accepted and ready to land.
LGTM!
After D68351 <https://reviews.llvm.org/D68351> we need this to make builds with `-DBUILD_SHARED_LIB=ON`
work.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D69699
Files:
clang/lib/Driver/CMakeLists.txt
Index: clang/lib/Driver/CMakeLists.txt
===================================================================
--- clang/lib/Driver/CMakeLists.txt
+++ clang/lib/Driver/CMakeLists.txt
@@ -1,6 +1,7 @@
set(LLVM_LINK_COMPONENTS
BinaryFormat
Option
+ ProfileData
Support
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69699.227389.patch
Type: text/x-patch
Size: 280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191101/610a466d/attachment.bin>
More information about the cfe-commits
mailing list