diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2018-10-11 12:57:29 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2018-10-11 12:57:29 +0000 |
commit | 575b87550a0f9aa87868975709f6b2e3cd1dd67b (patch) | |
tree | 74c3baa0ccc4195f95222323b990aeeb52d40350 /CMakeLists.txt | |
parent | 388574a33bb45e36292c8884b8985841f0f2c8fd (diff) | |
download | clang-575b87550a0f9aa87868975709f6b2e3cd1dd67b.tar.gz |
Revert r344241 as it broke multiple bots.
http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/10814
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/20613
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344244 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 84984f75b5..61fd913a2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -502,7 +502,6 @@ if( CLANG_INCLUDE_TESTS ) ) endif() add_subdirectory(utils/perf-training) - add_subdirectory(bindings/python/tests) endif() option(CLANG_INCLUDE_DOCS "Generate build targets for the Clang docs." |