forked from OSchip/llvm-project
[CMake][Fuchsia] Include llvm-otool in Fuchsia toolchain
We want to use llvm-otool in our build. Differential Revision: https://reviews.llvm.org/D103918
This commit is contained in:
parent
c09b37553e
commit
f673365e1c
|
@ -285,6 +285,7 @@ set(LLVM_TOOLCHAIN_TOOLS
|
|||
llvm-nm
|
||||
llvm-objcopy
|
||||
llvm-objdump
|
||||
llvm-otool
|
||||
llvm-profdata
|
||||
llvm-rc
|
||||
llvm-ranlib
|
||||
|
|
Loading…
Reference in New Issue