[clang] 2ddca68 - Tag sanitize-coverage-old-pm.c unsupported on arm 32 bit
Muhammad Omair Javaid via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 27 19:20:58 PDT 2021
Author: Muhammad Omair Javaid
Date: 2021-06-28T07:19:11+05:00
New Revision: 2ddca686ee8fd73d4b6630b60794be82caa4c311
URL: https://github.com/llvm/llvm-project/commit/2ddca686ee8fd73d4b6630b60794be82caa4c311
DIFF: https://github.com/llvm/llvm-project/commit/2ddca686ee8fd73d4b6630b60794be82caa4c311.diff
LOG: 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.
Added:
Modified:
clang/test/CodeGen/sanitize-coverage-old-pm.c
Removed:
################################################################################
diff --git a/clang/test/CodeGen/sanitize-coverage-old-pm.c b/clang/test/CodeGen/sanitize-coverage-old-pm.c
index ec84de1c024c..ff37eda464a8 100644
--- a/clang/test/CodeGen/sanitize-coverage-old-pm.c
+++ b/clang/test/CodeGen/sanitize-coverage-old-pm.c
@@ -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
More information about the cfe-commits
mailing list