aboutsummaryrefslogtreecommitdiff
path: root/MicroBenchmarks
diff options
context:
space:
mode:
authorBrian Homerding <homerdin@gmail.com>2018-05-22 14:51:59 +0000
committerBrian Homerding <homerdin@gmail.com>2018-05-22 14:51:59 +0000
commit590caeb4bf414318f7dc2ee41cb211397c40061c (patch)
treea27a5eb140d780d1f9ae74378097bc8c65209ce5 /MicroBenchmarks
parenta3c439776a358ed78581e98c44085a4706cc376d (diff)
[test-suite] Revert rL332981 (Enable MicroBenchmarks by default)
The benchmark library's build is failing some builds. Differential Revision: https://reviews.llvm.org/D46267 git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@332984 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'MicroBenchmarks')
-rw-r--r--MicroBenchmarks/CMakeLists.txt10
1 files changed, 4 insertions, 6 deletions
diff --git a/MicroBenchmarks/CMakeLists.txt b/MicroBenchmarks/CMakeLists.txt
index 0c117a10..ed67e9d0 100644
--- a/MicroBenchmarks/CMakeLists.txt
+++ b/MicroBenchmarks/CMakeLists.txt
@@ -1,7 +1,5 @@
-if(NOT DEFINED DISABLE_CXX)
- file(COPY lit.local.cfg DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
+file(COPY lit.local.cfg DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
- add_subdirectory(libs)
- add_subdirectory(XRay)
- add_subdirectory(LCALS)
-endif()
+add_subdirectory(libs)
+add_subdirectory(XRay)
+add_subdirectory(LCALS)