[debuginfo-tests] r337421 - Revert "[CMake] Sort dependency list and add safestack to it"

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 18 13:10:43 PDT 2018


Author: vedantk
Date: Wed Jul 18 13:10:43 2018
New Revision: 337421

URL: http://llvm.org/viewvc/llvm-project?rev=337421&view=rev
Log:
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.

Modified:
    debuginfo-tests/trunk/CMakeLists.txt

Modified: debuginfo-tests/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/CMakeLists.txt?rev=337421&r1=337420&r2=337421&view=diff
==============================================================================
--- debuginfo-tests/trunk/CMakeLists.txt (original)
+++ debuginfo-tests/trunk/CMakeLists.txt Wed Jul 18 13:10:43 2018
@@ -6,12 +6,11 @@ set(DEBUGINFO_TESTS_SOURCE_DIR ${CMAKE_C
 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(




More information about the llvm-commits mailing list