[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:48 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb9903ec8979f: [clang][driver] Add ProfileData to LLVM_LINK_COMPONENTS (authored by aheejin).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69699/new/
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.227390.patch
Type: text/x-patch
Size: 280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191101/28652f7a/attachment.bin>
More information about the cfe-commits
mailing list