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:
JF Bastien 2019-07-01 21:57:31 +00:00
parent 730bed5c83
commit fc18b7cbc1
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ if( NOT CLANG_BUILT_STANDALONE )
llvm-nm
llvm-objdump
llvm-profdata
llvm-readelf
llvm-readobj
llvm-symbolizer
opt