Skip to content

Commit c2356a3

Browse files
jroelofsgithub-actions[bot]
authored andcommitted
Automerge: [llvm] Add missing dependency of libLLVMCodeGen on vt_gen
``` llvm-project/llvm/include/llvm/CodeGenTypes/MachineValueType.h:43:10: fatal error: 'llvm/CodeGen/GenVT.inc' file not found 43 | #include "llvm/CodeGen/GenVT.inc" | ^~~~~~~~~~~~~~~~~~~~~~~~ ``` rdar://141643651
2 parents 2fc0fd1 + 01d7a18 commit c2356a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/CodeGen/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ add_llvm_component_library(LLVMCodeGen
263263

264264
DEPENDS
265265
intrinsics_gen
266+
vt_gen
266267
${MLDeps}
267268

268269
LINK_COMPONENTS

0 commit comments

Comments
 (0)