diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2019-05-01 23:32:38 +0000 | 
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2019-05-01 23:32:38 +0000 | 
| commit | d5c04860c1aab8bf056ab743de5414f634df359f (patch) | |
| tree | 04fc4a9c64192beacf2f73d1a671fe663b952150 /clang | |
| parent | dc476df5853da1c104220139aac47c7735632f88 (diff) | |
| download | bcm5719-llvm-d5c04860c1aab8bf056ab743de5414f634df359f.tar.gz bcm5719-llvm-d5c04860c1aab8bf056ab743de5414f634df359f.zip  | |
Revert r359717, "Make check-clang depend on the clang-check binary always"
The Tooling tests do have a lit.local.cfg with
    if not config.root.clang_staticanalyzer:
        config.unsupported = True
so what's wrong isn't the missing dep, but that lit prints a warning for
the binary missing. This will need a different kind of fix.
llvm-svn: 359739
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CMakeLists.txt b/clang/test/CMakeLists.txt index facddbd0a1c..65a1d6e91f0 100644 --- a/clang/test/CMakeLists.txt +++ b/clang/test/CMakeLists.txt @@ -49,7 +49,6 @@ list(APPEND CLANG_TEST_DEPS    c-index-test    clang    clang-resource-headers -  clang-check    clang-format    clang-tblgen    clang-offload-bundler @@ -63,6 +62,7 @@ list(APPEND CLANG_TEST_DEPS  if(CLANG_ENABLE_STATIC_ANALYZER)    list(APPEND CLANG_TEST_DEPS +    clang-check      clang-extdef-mapping      )  endif()  | 

