Skip to content

Commit 6443db3

Browse files
committed
[llvm] add vt_gen target as a dependency of llvm/lib/Analysis
DroppedVariableStats.cpp includes `llvm/include/llvm/Analysis/DroppedVariableStats.h` through its header, which transitively requires `llvm/CodeGen/GenVT.inc` (which is what `vt_gen` depends on) through `llvm/include/llvm/CodeGenTypes/MachineValueType.h`
1 parent cc7d084 commit 6443db3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Analysis/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ add_llvm_component_library(LLVMAnalysis
150150

151151
DEPENDS
152152
intrinsics_gen
153+
vt_gen
153154
${MLDeps}
154155

155156
LINK_LIBS

0 commit comments

Comments
 (0)