summaryrefslogtreecommitdiff
path: root/debuginfo-tests
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2018-07-18 18:17:39 +0000
committerVedant Kumar <vsk@apple.com>2018-07-18 18:17:39 +0000
commit34331fabb1e3e9d11f99d96b5996b3e16b70f554 (patch)
treedac700436f437a353f4c4079df76ce435c16aac4 /debuginfo-tests
parent8abcab1ef9e13dcda084b333744f6b581145ba83 (diff)
[CMake] Sort dependency list and add safestack to it
The 'safestack.c' test requires safestack as a dependency.
Diffstat (limited to 'debuginfo-tests')
-rw-r--r--debuginfo-tests/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/debuginfo-tests/CMakeLists.txt b/debuginfo-tests/CMakeLists.txt
index fbab61c527d..0cf18adef3a 100644
--- a/debuginfo-tests/CMakeLists.txt
+++ b/debuginfo-tests/CMakeLists.txt
@@ -6,11 +6,12 @@ set(DEBUGINFO_TESTS_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
set(DEBUGINFO_TESTS_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
set(DEBUGINFO_TEST_DEPS
- clang
FileCheck
+ clang
count
llvm-objdump
not
+ safestack
)
configure_lit_site_cfg(