forked from OSchip/llvm-project
Revert "[Clang] XFAIL sanitize-coverage-old-pm.c on 32bit Armv8l"
This reverts commit c5028f3473
.
This commit is contained in:
parent
ef906573a1
commit
d6a91f6c56
|
@ -6,7 +6,7 @@
|
|||
// 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
|
||||
//
|
||||
// Host armv7 is currently unsupported: https://bugs.llvm.org/show_bug.cgi?id=46117
|
||||
// XFAIL: armv7, thumbv7, armv8l
|
||||
// XFAIL: armv7, thumbv7
|
||||
// The same issue also occurs on a riscv32 host.
|
||||
// XFAIL: riscv32
|
||||
|
||||
|
|
Loading…
Reference in New Issue