aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/MI
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2023-04-17 23:46:47 +0900
committerNAKAMURA Takumi <geek4civic@gmail.com>2023-05-03 00:13:20 +0900
commit5d71ec6e448fa3ecb7e22368e97cf8274d5c84c6 (patch)
tree03c7e9d650c30f20a1dee069312ad9a055e47db5 /llvm/unittests/MI
parentc1221251fbb13f382f9142a8a75af2d3b372da7f (diff)
downloadllvm-5d71ec6e448fa3ecb7e22368e97cf8274d5c84c6.zip
llvm-5d71ec6e448fa3ecb7e22368e97cf8274d5c84c6.tar.gz
llvm-5d71ec6e448fa3ecb7e22368e97cf8274d5c84c6.tar.bz2
Split out `CodeGenTypes` from `CodeGen` for LLT/MVT
This reduces dependencies on `llvm-tblgen` so much. `CodeGenTypes` depends on `Support` at the moment. Be careful to append deps on this, since Targets' tablegens depend on this. Depends on D149024 Differential Revision: https://reviews.llvm.org/D148769
Diffstat (limited to 'llvm/unittests/MI')
-rw-r--r--llvm/unittests/MI/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/unittests/MI/CMakeLists.txt b/llvm/unittests/MI/CMakeLists.txt
index 005373a..a2922ae 100644
--- a/llvm/unittests/MI/CMakeLists.txt
+++ b/llvm/unittests/MI/CMakeLists.txt
@@ -1,6 +1,7 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
CodeGen
+ CodeGenTypes
Core
MC
MIRParser