From f3180f887ff3b17f3c5dc654d3c1726e90bb64e4 Mon Sep 17 00:00:00 2001 From: Kuba Mracek Date: Mon, 26 Jun 2017 21:37:40 +0000 Subject: [asan] Flag 'asan_gen_prefixes.cc' as unsupported on iOS. The ARM and ARM64 assemblers can use different label prefixes than the expected. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@306335 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/asan/TestCases/Darwin/asan_gen_prefixes.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/asan/TestCases/Darwin') diff --git a/test/asan/TestCases/Darwin/asan_gen_prefixes.cc b/test/asan/TestCases/Darwin/asan_gen_prefixes.cc index 13363ac47..9f3a66a7a 100644 --- a/test/asan/TestCases/Darwin/asan_gen_prefixes.cc +++ b/test/asan/TestCases/Darwin/asan_gen_prefixes.cc @@ -4,6 +4,8 @@ // RUN: %clang_asan %s -S -o %t.s // RUN: cat %t.s | FileCheck %s || exit 1 +// UNSUPPORTED: ios + int x, y, z; int main() { return 0; } // CHECK: .section{{.*}}__TEXT,__const -- cgit v1.2.1