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)
commitfc18b7cbc12d82968d881d00ed8bdc25561daa34
treee2bf93ce27d7ae9f9f2b376d7a508728995ebac5
parent730bed5c83314a02f623d81cf0a9fb9c0f642697
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
clang/test/CMakeLists.txt