mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-04 16:26:46 +00:00
lldCommon depends on intrinsics_gen, due to llvm/CodeGen/CommandFlags.h
llvm-svn: 314759
This commit is contained in:
parent
360c816cbb
commit
60ee7e302a
@ -1,3 +1,7 @@
|
||||
if(NOT LLD_BUILT_STANDALONE)
|
||||
set(tablegen_deps intrinsics_gen)
|
||||
endif()
|
||||
|
||||
add_lld_library(lldCommon
|
||||
Reproduce.cpp
|
||||
TargetOptionsCommandFlags.cpp
|
||||
@ -12,4 +16,7 @@ add_lld_library(lldCommon
|
||||
Option
|
||||
Support
|
||||
Target
|
||||
|
||||
DEPENDS
|
||||
${tablegen_deps}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user