Skip to content

Commit c5028f3

Browse files
committed
[Clang] XFAIL sanitize-coverage-old-pm.c on 32bit Armv8l
sanitize-coverage-old-pm.c started failing on arm 32 bit where underlying architecture reported is armv8l fore 32bit arm. This patch XFAILS sanitize-coverage-old-pm.c on armv8l similar to armv7 and thumbv7.
1 parent c4d3eed commit c5028f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/sanitize-coverage-old-pm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: %clang %s -target x86_64-unknown-linux-gnu -emit-llvm -S -fsanitize=undefined -fsanitize-coverage=trace-pc,trace-cmp -o - -flegacy-pass-manager | FileCheck %s --check-prefixes=CHECK,UBSAN
77
//
88
// Host armv7 is currently unsupported: https://bugs.llvm.org/show_bug.cgi?id=46117
9-
// XFAIL: armv7, thumbv7
9+
// XFAIL: armv7, thumbv7, armv8l
1010
// The same issue also occurs on a riscv32 host.
1111
// XFAIL: riscv32
1212

0 commit comments

Comments
 (0)