From 9424af1b30b03e7c84d55cdf11f68b0c21e89a69 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Fri, 17 Mar 2017 23:40:50 +0000 Subject: [PATCH] [asan] Disable globals-gc test with ld.bfd. Fails on clang-cmake-armv7-a15-full. llvm-svn: 298169 --- compiler-rt/test/asan/TestCases/Linux/globals-gc-sections.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/asan/TestCases/Linux/globals-gc-sections.cc b/compiler-rt/test/asan/TestCases/Linux/globals-gc-sections.cc index ad60f33..e95db2f6 100644 --- a/compiler-rt/test/asan/TestCases/Linux/globals-gc-sections.cc +++ b/compiler-rt/test/asan/TestCases/Linux/globals-gc-sections.cc @@ -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(); -- 2.7.4