From d8aa717bf7a34e93572ca9c53ab9611d3a16d3e9 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Wed, 18 Jul 2018 20:10:43 +0000 Subject: [PATCH] Revert "[CMake] Sort dependency list and add safestack to it" This reverts commit r337412. An Apple-internal bot cannot find the safestack dependency, and fails to configure with this change. llvm-svn: 337421 --- debuginfo-tests/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debuginfo-tests/CMakeLists.txt b/debuginfo-tests/CMakeLists.txt index 0cf18ad..fbab61c 100644 --- a/debuginfo-tests/CMakeLists.txt +++ b/debuginfo-tests/CMakeLists.txt @@ -6,12 +6,11 @@ set(DEBUGINFO_TESTS_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}) set(DEBUGINFO_TESTS_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}) set(DEBUGINFO_TEST_DEPS - FileCheck clang + FileCheck count llvm-objdump not - safestack ) configure_lit_site_cfg( -- 2.7.4