[compiler-rt] compiler-rt: Make the tests pass on AArch64 and with page size != 4096. (PR #153860)
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 15 13:48:50 PDT 2025
================
@@ -1,9 +1,12 @@
-// RUN: %clangxx_dfsan %s -fno-exceptions -o %t && %run %t
-// RUN: %clangxx_dfsan -DORIGIN_TRACKING -mllvm -dfsan-track-origins=1 %s -fno-exceptions -o %t && %run %t
+// RUN: %clangxx_dfsan %s -fno-exceptions -D_GLIBCXX_NO_ASSERTIONS -o %t && %run %t
----------------
pcc wrote:
#153873
https://github.com/llvm/llvm-project/pull/153860
More information about the llvm-commits
mailing list