[compiler-rt] compiler-rt: Make the tests pass on AArch64 and with page size != 4096. (PR #153860)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 15 12:47:25 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
----------------
fmayer wrote:

How is this related to the rest of the change? This doesn't work on aarch64?

https://github.com/llvm/llvm-project/pull/153860


More information about the llvm-commits mailing list