forked from OSchip/llvm-project
Tag sanitize-coverage-old-pm.c unsupported on arm 32 bit
This test is again failing across multiple bots and passing on others there is no reliable way to enable it for some of the bots while disabling for the unsupported ones. Tagging it as unsupported across all types of Arm 32 bit cores.
This commit is contained in:
parent
8f43407a07
commit
2ddca686ee
|
@ -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: armv8l
|
||||
// UNSUPPORTED: armv7, thumbv7, armv8l
|
||||
// The same issue also occurs on a riscv32 host.
|
||||
// XFAIL: riscv32
|
||||
|
||||
|
|
Loading…
Reference in New Issue