aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2023-04-23 21:46:09 +0900
committerNAKAMURA Takumi <geek4civic@gmail.com>2023-04-25 08:53:17 +0900
commitd45fae601067f03e8b4a5a59507ad3aaf7613ac4 (patch)
treeeb941ee7438bb17538385bb615382262080d3b20 /llvm/lib/CodeGen/CMakeLists.txt
parentb63b2c2350ad1af9131fd95bb94c642d912bd4cf (diff)
downloadllvm-d45fae601067f03e8b4a5a59507ad3aaf7613ac4.zip
llvm-d45fae601067f03e8b4a5a59507ad3aaf7613ac4.tar.gz
llvm-d45fae601067f03e8b4a5a59507ad3aaf7613ac4.tar.bz2
Move CodeGen/LowLevelType => CodeGen/LowLevelTypeUtils
Before restoring `CodeGen/LowLevelType`, rename this to `LowLevelTypeUtils`. Differential Revision: https://reviews.llvm.org/D148768
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
-rw-r--r--llvm/lib/CodeGen/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt
index 7a3a82b1..989b79d 100644
--- a/llvm/lib/CodeGen/CMakeLists.txt
+++ b/llvm/lib/CodeGen/CMakeLists.txt
@@ -99,7 +99,7 @@ add_llvm_component_library(LLVMCodeGen
LLVMTargetMachine.cpp
LocalStackSlotAllocation.cpp
LoopTraversal.cpp
- LowLevelType.cpp
+ LowLevelTypeUtils.cpp
LowerEmuTLS.cpp
MachineBasicBlock.cpp
MachineBlockFrequencyInfo.cpp