[PATCH] D65982: Fix -DBUILD_SHARED_LIBS=ON build after rL368358
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 8 16:00:20 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL368363: Fix -DBUILD_SHARED_LIBS=ON build after rL368358 (authored by sbc, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D65982?vs=214252&id=214253#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65982/new/
https://reviews.llvm.org/D65982
Files:
llvm/trunk/tools/llvm-reduce/CMakeLists.txt
Index: llvm/trunk/tools/llvm-reduce/CMakeLists.txt
===================================================================
--- llvm/trunk/tools/llvm-reduce/CMakeLists.txt
+++ llvm/trunk/tools/llvm-reduce/CMakeLists.txt
@@ -3,6 +3,7 @@
AllTargetsCodeGens
AllTargetsDescs
AllTargetsInfos
+ Core
IRReader
Support
Target
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65982.214253.patch
Type: text/x-patch
Size: 332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190808/42827391/attachment.bin>
More information about the llvm-commits
mailing list