[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:31:03 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:
Looked closer and it's got nothing to do with the architecture, it's because my aarch64 machine has a newer gcc with this change: https://github.com/gcc-mirror/gcc/commit/361d230fd7800a7e749aba8ed020f54f5c26d504
I'll split this into a separate commit.
https://github.com/llvm/llvm-project/pull/153860
More information about the llvm-commits
mailing list