luismarques created this revision.
luismarques added a reviewer: asb.
Herald added subscribers: vkmr, evandro, sameer.abuasal, s.egerton, Jim, benna, 
psnobl, rogfer01, shiva0217, kito-cheng, simoncook.
luismarques requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

See D80668 <https://reviews.llvm.org/D80668> and rG7b4832648a63 
<https://reviews.llvm.org/rG7b4832648a6339c798f1f72bbc88b1ee41e9a338> for 
details of the issue.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99108

Files:
  clang/test/CodeGen/sanitize-coverage-old-pm.c


Index: clang/test/CodeGen/sanitize-coverage-old-pm.c
===================================================================
--- clang/test/CodeGen/sanitize-coverage-old-pm.c
+++ clang/test/CodeGen/sanitize-coverage-old-pm.c
@@ -7,6 +7,8 @@
 //
 // Host armv7 is currently unsupported: 
https://bugs.llvm.org/show_bug.cgi?id=46117
 // XFAIL: armv7, thumbv7
+// The same issue also occurs on a riscv32 host.
+// XFAIL: riscv32
 
 int x[10];
 


Index: clang/test/CodeGen/sanitize-coverage-old-pm.c
===================================================================
--- clang/test/CodeGen/sanitize-coverage-old-pm.c
+++ clang/test/CodeGen/sanitize-coverage-old-pm.c
@@ -7,6 +7,8 @@
 //
 // Host armv7 is currently unsupported: https://bugs.llvm.org/show_bug.cgi?id=46117
 // XFAIL: armv7, thumbv7
+// The same issue also occurs on a riscv32 host.
+// XFAIL: riscv32
 
 int x[10];
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to