diff options
| author | Zachary Turner <zturner@google.com> | 2017-11-16 18:26:20 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2017-11-16 18:26:20 +0000 |
| commit | 5e420717a1c4d9b25c645362f92dc02ccf2c5977 (patch) | |
| tree | e921704288f4fd9a5ce7904c3083bdd20fdce4c9 /llvm/projects | |
| parent | 2139ed638b7c14eff603ba6b3a67753fe5020063 (diff) | |
| download | bcm5719-llvm-5e420717a1c4d9b25c645362f92dc02ccf2c5977.tar.gz bcm5719-llvm-5e420717a1c4d9b25c645362f92dc02ccf2c5977.zip | |
Resubmit "Refactor debuginfo-tests"
This was reverted due to some failures on specific darwin buildbots,
the issue being that the new lit configuration was not setting the
SDKROOT environment variable. We've tested a fix locally and confirmed
that it works, so this patch resubmits everything with the fix
applied.
llvm-svn: 318435
Diffstat (limited to 'llvm/projects')
| -rw-r--r-- | llvm/projects/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/projects/CMakeLists.txt b/llvm/projects/CMakeLists.txt index 9102efbdcb4..11835fa89d2 100644 --- a/llvm/projects/CMakeLists.txt +++ b/llvm/projects/CMakeLists.txt @@ -10,6 +10,7 @@ foreach(entry ${entries}) (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libcxxabi) AND (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libunwind) AND (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/test-suite) AND + (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/debuginfo-tests) AND (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/parallel-libs) AND (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/openmp)) add_subdirectory(${entry}) |

