forked from OSchip/llvm-project
[CMake] llvm-nm depends on intrinsics_gen
llvm-nm.cpp has the following include chain: llvm/IR/Function.h llvm/IR/Argument.h llvm/IR/Attributes.h llvm/IR/Attributes.gen This means llvm-nm needs to depend on intrinsics_gen. llvm-svn: 287432
This commit is contained in:
parent
b2b18d2ada
commit
458796ddf8
|
@ -9,4 +9,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
|
||||
add_llvm_tool(llvm-nm
|
||||
llvm-nm.cpp
|
||||
|
||||
DEPENDS
|
||||
intrinsics_gen
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue