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

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 17:14:14 PDT 2019


sbc100 created this revision.
Herald added subscribers: llvm-commits, cfe-commits, dang, dexonsmith, steven_wu, aheejin, hiraditya, mgorny, mehdi_amini.
Herald added projects: clang, LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D62709

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


Index: llvm/tools/opt/CMakeLists.txt
===================================================================
--- llvm/tools/opt/CMakeLists.txt
+++ llvm/tools/opt/CMakeLists.txt
@@ -15,6 +15,7 @@
   Instrumentation
   MC
   ObjCARCOpts
+  Remarks
   ScalarOpts
   Support
   Target
Index: llvm/tools/llc/CMakeLists.txt
===================================================================
--- llvm/tools/llc/CMakeLists.txt
+++ llvm/tools/llc/CMakeLists.txt
@@ -10,6 +10,7 @@
   IRReader
   MC
   MIRParser
+  Remarks
   ScalarOpts
   SelectionDAG
   Support
Index: llvm/lib/LTO/LLVMBuild.txt
===================================================================
--- llvm/lib/LTO/LLVMBuild.txt
+++ llvm/lib/LTO/LLVMBuild.txt
@@ -32,6 +32,7 @@
  ObjCARC
  Object
  Passes
+ Remarks
  Scalar
  Support
  Target
Index: clang/lib/CodeGen/CMakeLists.txt
===================================================================
--- clang/lib/CodeGen/CMakeLists.txt
+++ clang/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.202335.patch
Type: text/x-patch
Size: 1080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190531/90234d76/attachment.bin>


More information about the llvm-commits mailing list