]> granicus.if.org Git - clang/commitdiff
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@364855 91177308-0d34-0410-b5e6-96231b3b80d8

test/CMakeLists.txt

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