[llvm] test/MSan: change target trilpe to 32-bit arch in respective tests (PR #115018)

via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 11 17:10:40 PST 2024


================
@@ -1,37 +1,20 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
-; RUN: opt < %s -S -passes=msan 2>&1 | FileCheck %s
+; RUN: opt < %s -S -passes=msan -msan-origin-base=0x40000000 -msan-and-mask=0x80000000 2>&1 | FileCheck %s
----------------
k-kashapov wrote:

This is due to MemorySanitizer not having default `Linux_Mips32_MemoryMapParams`

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


More information about the llvm-commits mailing list