[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
Sat Oct 19 09:40:12 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG7d8ea71677f6: [ARM] Add dependency on GlobalISel for unit tests to fix shared libs build (authored by nemanjai).

Changed prior to commit:
  https://reviews.llvm.org/D69064?vs=225490&id=225756#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69064

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


Index: llvm/unittests/Target/ARM/CMakeLists.txt
===================================================================
--- llvm/unittests/Target/ARM/CMakeLists.txt
+++ llvm/unittests/Target/ARM/CMakeLists.txt
@@ -8,6 +8,7 @@
   ARMDesc
   ARMInfo
   CodeGen
+  GlobalISel
   MC
   SelectionDAG
   Support


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69064.225756.patch
Type: text/x-patch
Size: 302 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191019/84b311fa/attachment.bin>


More information about the llvm-commits mailing list