forked from OSchip/llvm-project
Fix breakage introduced by D60974
D60974 added tests which incorrectly assume that llvm-readelf is available. This is a bad assumption, it should instead declare the dependency explicitly in the tests. llvm-svn: 364855
This commit is contained in:
parent
730bed5c83
commit
fc18b7cbc1
|
@ -112,6 +112,7 @@ if( NOT CLANG_BUILT_STANDALONE )
|
|||
llvm-nm
|
||||
llvm-objdump
|
||||
llvm-profdata
|
||||
llvm-readelf
|
||||
llvm-readobj
|
||||
llvm-symbolizer
|
||||
opt
|
||||
|
|
Loading…
Reference in New Issue