[PATCH] D62709: Fix -DBUILD_SHARED_LIBS=ON build after rL362160

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 18:03:38 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL362180: Fix -DBUILD_SHARED_LIBS=ON build after rL362160 (authored by sbc, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D62709?vs=202335&id=202343#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62709/new/

https://reviews.llvm.org/D62709

Files:
  cfe/trunk/lib/CodeGen/CMakeLists.txt
  llvm/trunk/lib/LTO/LLVMBuild.txt
  llvm/trunk/tools/llc/CMakeLists.txt
  llvm/trunk/tools/opt/CMakeLists.txt


Index: llvm/trunk/lib/LTO/LLVMBuild.txt
===================================================================
--- llvm/trunk/lib/LTO/LLVMBuild.txt
+++ llvm/trunk/lib/LTO/LLVMBuild.txt
@@ -32,6 +32,7 @@
  ObjCARC
  Object
  Passes
+ Remarks
  Scalar
  Support
  Target
Index: llvm/trunk/tools/llc/CMakeLists.txt
===================================================================
--- llvm/trunk/tools/llc/CMakeLists.txt
+++ llvm/trunk/tools/llc/CMakeLists.txt
@@ -10,6 +10,7 @@
   IRReader
   MC
   MIRParser
+  Remarks
   ScalarOpts
   SelectionDAG
   Support
Index: llvm/trunk/tools/opt/CMakeLists.txt
===================================================================
--- llvm/trunk/tools/opt/CMakeLists.txt
+++ llvm/trunk/tools/opt/CMakeLists.txt
@@ -15,6 +15,7 @@
   Instrumentation
   MC
   ObjCARCOpts
+  Remarks
   ScalarOpts
   Support
   Target
Index: cfe/trunk/lib/CodeGen/CMakeLists.txt
===================================================================
--- cfe/trunk/lib/CodeGen/CMakeLists.txt
+++ cfe/trunk/lib/CodeGen/CMakeLists.txt
@@ -17,6 +17,7 @@
   Object
   Passes
   ProfileData
+  Remarks
   ScalarOpts
   Support
   Target


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62709.202343.patch
Type: text/x-patch
Size: 1146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190531/f0bbae53/attachment.bin>


More information about the llvm-commits mailing list