forked from OSchip/llvm-project
[CMake] llvm-extract depends on intrinsics_gen
llvm-extract.cpp has the following include chain: llvm/Bitcode/BitcodeWriterPass.h llvm/IR/PassManager.h llvm/IR/Function.h llvm/IR/Argument.h llvm/IR/Attributes.h llvm/IR/Attributes.gen This means llvm-extract needs to depend on intrinsics_gen. llvm-svn: 287430
This commit is contained in:
parent
4e826e0986
commit
1bc4fab8cd
llvm/tools/llvm-extract
|
@ -8,4 +8,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
|
||||
add_llvm_tool(llvm-extract
|
||||
llvm-extract.cpp
|
||||
|
||||
DEPENDS
|
||||
intrinsics_gen
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue