[PATCH] D69064: [ARM] Add dependency on GlobalISel for unit tests to fix shared libs build

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 11:58:52 PDT 2019


nemanjai updated this revision to Diff 225490.
nemanjai added a comment.

Added the library in its correct slot alphabetically.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D69064

Files:
  unittests/CodeGen/CMakeLists.txt
  unittests/Target/ARM/CMakeLists.txt


Index: unittests/Target/ARM/CMakeLists.txt
===================================================================
--- unittests/Target/ARM/CMakeLists.txt
+++ unittests/Target/ARM/CMakeLists.txt
@@ -7,6 +7,7 @@
   ARMCodeGen
   ARMDesc
   ARMInfo
+  GlobalISel
   MC
   Support
   Target
Index: unittests/CodeGen/CMakeLists.txt
===================================================================
--- unittests/CodeGen/CMakeLists.txt
+++ unittests/CodeGen/CMakeLists.txt
@@ -5,6 +5,7 @@
   AsmPrinter
   CodeGen
   Core
+  GlobalISel
   MC
   SelectionDAG
   Support


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69064.225490.patch
Type: text/x-patch
Size: 562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191017/95eb9f84/attachment.bin>


More information about the llvm-commits mailing list