Skip to content

Commit ab46079

Browse files
committed
[TableGen] Trying fix for PatternParser linker error
There is an implicit dependency here and we can't call CodeGenIntrinsics.cpp functions from PatternParser.cpp reliably, so some build bots were failing. Try to add LLVMTableGenCommon to the list of source files to see if it fixes it, if it doesn't , I'll revert.
1 parent a73baf6 commit ab46079

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/utils/TableGen/GlobalISel/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ add_llvm_library(LLVMTableGenGlobalISel STATIC DISABLE_LLVM_LINK_LLVM_DYLIB
1010
MatchDataInfo.cpp
1111
PatternParser.cpp
1212
Patterns.cpp
13+
$<TARGET_OBJECTS:obj.LLVMTableGenCommon>
1314

1415
DEPENDS
1516
vt_gen

0 commit comments

Comments
 (0)