[compiler-rt] r306335 - [asan] Flag 'asan_gen_prefixes.cc' as unsupported on iOS. The ARM and ARM64 assemblers can use different label prefixes than the expected.

Kuba Mracek via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 14:37:40 PDT 2017


Author: kuba.brecka
Date: Mon Jun 26 14:37:40 2017
New Revision: 306335

URL: http://llvm.org/viewvc/llvm-project?rev=306335&view=rev
Log:
[asan] Flag 'asan_gen_prefixes.cc' as unsupported on iOS. The ARM and ARM64 assemblers can use different label prefixes than the expected.


Modified:
    compiler-rt/trunk/test/asan/TestCases/Darwin/asan_gen_prefixes.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Darwin/asan_gen_prefixes.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Darwin/asan_gen_prefixes.cc?rev=306335&r1=306334&r2=306335&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Darwin/asan_gen_prefixes.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Darwin/asan_gen_prefixes.cc Mon Jun 26 14:37:40 2017
@@ -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




More information about the llvm-commits mailing list