[PATCH] D74588: Make TableGenGlobalISel an object library

Aaron Puchert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 20 07:35:50 PDT 2021


aaronpuchert updated this revision to Diff 346724.
aaronpuchert added a comment.

Reverting back to original change. I think it's the only thing that works.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74588

Files:
  llvm/unittests/TableGen/CMakeLists.txt


Index: llvm/unittests/TableGen/CMakeLists.txt
===================================================================
--- llvm/unittests/TableGen/CMakeLists.txt
+++ llvm/unittests/TableGen/CMakeLists.txt
@@ -9,7 +9,7 @@
 tablegen(LLVM AutomataAutomata.inc -gen-automata)
 add_public_tablegen_target(AutomataTestTableGen)
 
-add_llvm_unittest(TableGenTests
+add_llvm_unittest(TableGenTests DISABLE_LLVM_LINK_LLVM_DYLIB
   CodeExpanderTest.cpp
   AutomataTest.cpp
   )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74588.346724.patch
Type: text/x-patch
Size: 463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210520/9b7e8a3b/attachment.bin>


More information about the llvm-commits mailing list