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


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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D62709: Fix... Sam Clegg via Phabricator via cfe-commits
    • [PATCH] D62709... Francis Visoiu Mistrih via Phabricator via cfe-commits
    • [PATCH] D62709... Phabricator via Phabricator via cfe-commits

Reply via email to