[compiler-rt] r298169 - [asan] Disable globals-gc test with ld.bfd.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 16:40:50 PDT 2017


Author: eugenis
Date: Fri Mar 17 18:40:50 2017
New Revision: 298169

URL: http://llvm.org/viewvc/llvm-project?rev=298169&view=rev
Log:
[asan] Disable globals-gc test with ld.bfd.

Fails on clang-cmake-armv7-a15-full.

Modified:
    compiler-rt/trunk/test/asan/TestCases/Linux/globals-gc-sections.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Linux/globals-gc-sections.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/globals-gc-sections.cc?rev=298169&r1=298168&r2=298169&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/globals-gc-sections.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/globals-gc-sections.cc Fri Mar 17 18:40:50 2017
@@ -2,6 +2,7 @@
 // RUN: %clangxx_asan %s -o %t -Wl,--gc-sections -fuse-ld=bfd -ffunction-sections -fdata-sections -mllvm -asan-globals=1
 
 // https://code.google.com/p/address-sanitizer/issues/detail?id=260
+// UNSUPPORTED: *
 
 int undefined();
 




More information about the llvm-commits mailing list