[debuginfo-tests] r339732 - SafeStack: Disable Darwin support

Vlad Tsyrklevich via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 14 14:38:50 PDT 2018


Author: vlad.tsyrklevich
Date: Tue Aug 14 14:38:50 2018
New Revision: 339732

URL: http://llvm.org/viewvc/llvm-project?rev=339732&view=rev
Log:
SafeStack: Disable Darwin support

SafeStack support for Darwin has not been functional and was disabled in
r339719/r339720. Disable Darwin for the safestack debuginfo test.

Modified:
    debuginfo-tests/trunk/safestack.c

Modified: debuginfo-tests/trunk/safestack.c
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/safestack.c?rev=339732&r1=339731&r2=339732&view=diff
==============================================================================
--- debuginfo-tests/trunk/safestack.c (original)
+++ debuginfo-tests/trunk/safestack.c Tue Aug 14 14:38:50 2018
@@ -1,5 +1,6 @@
 // RUN: %clang %target_itanium_abi_host_triple -arch x86_64 %s -o %t.out -g -fsanitize=safe-stack
 // RUN: %test_debuginfo %s %t.out
+// UNSUPPORTED: system-darwin
 // REQUIRES: not_asan
 //           Zorg configures the ASAN stage2 bots to not build the
 //           safestack compiler-rt.  Only run this test on




More information about the llvm-commits mailing list