Skip to content

Commit f3d6db3

Browse files
authored
[TableGen][CMake] Add missing dependency to intrinsics_gen (#93134)
A missing dependency resulted in `fatal error: 'llvm/IR/Attributes.inc' file not found` errors when performing an Apple-stage2 build with LLVM_ENABLE_MODULES enabled. This resolves the scheduling issue when building LLVMTableGenCommon library target. resolves: rdar://128536914
1 parent b49ce9c commit f3d6db3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/utils/TableGen/Common/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ add_llvm_library(LLVMTableGenCommon STATIC OBJECT EXCLUDE_FROM_ALL
4040

4141
DEPENDS
4242
vt_gen
43+
intrinsics_gen
4344
)
4445
set_target_properties(LLVMTableGenCommon PROPERTIES FOLDER "Tablegenning")
4546

0 commit comments

Comments
 (0)