[clang] d6a91f6 - Revert "[Clang] XFAIL sanitize-coverage-old-pm.c on 32bit Armv8l"

Muhammad Omair Javaid via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 24 17:00:37 PDT 2021


Author: Muhammad Omair Javaid
Date: 2021-06-25T05:00:14+05:00
New Revision: d6a91f6c565179e9b2dac700f9a54e105f748a6d

URL: https://github.com/llvm/llvm-project/commit/d6a91f6c565179e9b2dac700f9a54e105f748a6d
DIFF: https://github.com/llvm/llvm-project/commit/d6a91f6c565179e9b2dac700f9a54e105f748a6d.diff

LOG: Revert "[Clang] XFAIL sanitize-coverage-old-pm.c on 32bit Armv8l"

This reverts commit c5028f3473ed50a7433fe278984cd1a755b338b9.

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 fc764954cce8..610dd651587f 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: armv7, thumbv7, armv8l
+// XFAIL: armv7, thumbv7
 // The same issue also occurs on a riscv32 host.
 // XFAIL: riscv32
 


        


More information about the cfe-commits mailing list