aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2024-01-25 12:01:31 -0500
committerGitHub <noreply@github.com>2024-01-25 12:01:31 -0500
commit184ca39529a93e69eb175861d7fff5fc79988e53 (patch)
tree852bd8fb645bb1148566eabca945b43cb49209c5 /llvm/lib/CodeGen/CMakeLists.txt
parent1f454ede4660477c3782595975def90c26c19881 (diff)
downloadllvm-184ca39529a93e69eb175861d7fff5fc79988e53.zip
llvm-184ca39529a93e69eb175861d7fff5fc79988e53.tar.gz
llvm-184ca39529a93e69eb175861d7fff5fc79988e53.tar.bz2
[llvm] Move CodeGenTypes library to its own directory (#79444)
Finally addresses https://reviews.llvm.org/D148769#4311232 :) No behavior change.
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
-rw-r--r--llvm/lib/CodeGen/CMakeLists.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt
index 8d1c22d..d49bcf8 100644
--- a/llvm/lib/CodeGen/CMakeLists.txt
+++ b/llvm/lib/CodeGen/CMakeLists.txt
@@ -22,19 +22,6 @@ if (DEFINED LLVM_HAVE_TF_AOT OR LLVM_HAVE_TFLITE)
endif()
endif()
-# This provides the implementation of MVT and LLT.
-# Be careful to append deps on this, since Targets' tablegens depend on this.
-add_llvm_component_library(LLVMCodeGenTypes
- LowLevelType.cpp
- PARTIAL_SOURCES_INTENDED
-
- DEPENDS
- vt_gen
-
- LINK_COMPONENTS
- Support
- )
-
add_llvm_component_library(LLVMCodeGen
AggressiveAntiDepBreaker.cpp
AllocationOrder.cpp