[clang] a498553 - [clang][ARM] Mark sanitize-coverage-old-pm.c unsupported on armv7l

David Spickett via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 28 01:33:51 PDT 2021


Author: David Spickett
Date: 2021-06-28T08:32:36Z
New Revision: a49855316251aaa3cfe62b797b5650ae55b09378

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

LOG: [clang][ARM] Mark sanitize-coverage-old-pm.c unsupported on armv7l

Our v7 Linux bots report the arch as "armv7l", not "armv7".

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 ff37eda464a8..9b4f8991864d 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
-// UNSUPPORTED: armv7, thumbv7, armv8l
+// UNSUPPORTED: armv7, armv7l, thumbv7, armv8l
 // The same issue also occurs on a riscv32 host.
 // XFAIL: riscv32
 


        


More information about the cfe-commits mailing list