forked from OSchip/llvm-project
Unsupported sanitize-coverage-old-pm.c on 32 bit Arm
sanitize-coverage-old-pm.c is passing intermittently on different arm v7 machines. This patch moves it to unsupported on all arm 32 targets reporting armv8l core.
This commit is contained in:
parent
a9f3ac9e3d
commit
e8cded57fb
|
@ -6,6 +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
|
||||
// UNSUPPORTED: armv8l
|
||||
// XFAIL: armv7, thumbv7
|
||||
// The same issue also occurs on a riscv32 host.
|
||||
// XFAIL: riscv32
|
||||
|
|
Loading…
Reference in New Issue