diff options
| author | Vedant Kumar <vsk@apple.com> | 2018-07-18 18:17:39 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2018-07-18 18:17:39 +0000 |
| commit | f3bc17cb5721f026bade17b57f38ce8f923ff763 (patch) | |
| tree | 5df18892100714be2f3c56899833ae1a8e8b2758 | |
| parent | d66140514def3436b50a292603e574917d2676d6 (diff) | |
| download | bcm5719-llvm-f3bc17cb5721f026bade17b57f38ce8f923ff763.tar.gz bcm5719-llvm-f3bc17cb5721f026bade17b57f38ce8f923ff763.zip | |
[CMake] Sort dependency list and add safestack to it
The 'safestack.c' test requires safestack as a dependency.
llvm-svn: 337412
| -rw-r--r-- | debuginfo-tests/CMakeLists.txt | 3 |
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( |

