[clang] e8cded5 - Unsupported sanitize-coverage-old-pm.c on 32 bit Arm
Muhammad Omair Javaid via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 24 17:58:01 PDT 2021
Author: Muhammad Omair Javaid
Date: 2021-06-25T00:57:24Z
New Revision: e8cded57fbf7b2b81aefd569b95f38ae97948ef0
URL: https://github.com/llvm/llvm-project/commit/e8cded57fbf7b2b81aefd569b95f38ae97948ef0
DIFF: https://github.com/llvm/llvm-project/commit/e8cded57fbf7b2b81aefd569b95f38ae97948ef0.diff
LOG: 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.
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 610dd651587f..cbed401b1e02 100644
--- a/clang/test/CodeGen/sanitize-coverage-old-pm.c
+++ b/clang/test/CodeGen/sanitize-coverage-old-pm.c
@@ -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
More information about the cfe-commits
mailing list