aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/DebugInfo
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/DebugInfo
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/DebugInfo')
-rw-r--r--llvm/unittests/DebugInfo/DWARF/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/DebugInfo/DWARF/CMakeLists.txt b/llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
index d63c2c7..a6c37c6 100644
--- a/llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
+++ b/llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
@@ -2,7 +2,7 @@ set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
AsmPrinter
BinaryFormat
- CodeGen
+ CodeGenTypes
DebugInfoDWARF
MC
Object