Skip to content

Commit 631bfdb

Browse files
committed
Switch llvm/CodeGen/MachineValueType.h to the generated one
Prune `SupportTests/MVTTest` since it is no longer needed. Depends on D148769 Differential Revision: https://reviews.llvm.org/D148770
1 parent 5d71ec6 commit 631bfdb

File tree

13 files changed

+105
-1812
lines changed

13 files changed

+105
-1812
lines changed

llvm/include/llvm/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# LLVM_HEADERS_TABLEGEN points to `llvm-min-tblgen`
33
set(LLVM_TABLEGEN_PROJECT LLVM_HEADERS)
44

5+
add_subdirectory(CodeGen)
56
add_subdirectory(IR)
67
add_subdirectory(Support)
78
add_subdirectory(Frontend)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
set(LLVM_TARGET_DEFINITIONS ${PROJECT_SOURCE_DIR}/include/llvm/CodeGen/ValueTypes.td)
2+
tablegen(LLVM GenVT.inc -gen-vt)
3+
add_public_tablegen_target(vt_gen)

0 commit comments

Comments
 (0)