Fix breakage introduced by D60974
authorJF Bastien <jfbastien@apple.com>
Mon, 1 Jul 2019 21:57:31 +0000 (21:57 +0000)
committerJF Bastien <jfbastien@apple.com>
Mon, 1 Jul 2019 21:57:31 +0000 (21:57 +0000)
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

clang/test/CMakeLists.txt

index bbcbf87..f159160 100644 (file)
@@ -112,6 +112,7 @@ if( NOT CLANG_BUILT_STANDALONE )
     llvm-nm
     llvm-objdump
     llvm-profdata
+    llvm-readelf
     llvm-readobj
     llvm-symbolizer
     opt