Skip to content

Commit

Permalink
Unsupported sanitize-coverage-old-pm.c on 32 bit Arm
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
omjavaid committed Jun 25, 2021
1 parent a9f3ac9 commit e8cded5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/test/CodeGen/sanitize-coverage-old-pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8cded5

Please sign in to comment.