[PATCH] D22907: Add CodeGen as linker dependence for GlobalSel unit test

Sam Parker via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 28 02:06:10 PDT 2016


samparker created this revision.
samparker added subscribers: llvm-commits, t.p.northover.

The GlobalISel unittests were failing to link for me on Ubuntu 14.04 while using cmake-3.4.3, ninja-1.3.4 and clang-3.4.

https://reviews.llvm.org/D22907

Files:
  unittests/CodeGen/GlobalISel/CMakeLists.txt

Index: unittests/CodeGen/GlobalISel/CMakeLists.txt
===================================================================
--- unittests/CodeGen/GlobalISel/CMakeLists.txt
+++ unittests/CodeGen/GlobalISel/CMakeLists.txt
@@ -1,5 +1,6 @@
 set(LLVM_LINK_COMPONENTS
   GlobalISel
+  CodeGen
   )
 
 if(LLVM_BUILD_GLOBAL_ISEL)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22907.65889.patch
Type: text/x-patch
Size: 317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160728/0a33f1de/attachment.bin>


More information about the llvm-commits mailing list