[all-commits] [llvm/llvm-project] 271399: [MSan] Change overflow_size_tls type to IntPtrTy (...
k-kashapov via All-commits
all-commits at lists.llvm.org
Tue Apr 8 09:51:39 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 271399831b780d25dce85715727c841843e10d4b
https://github.com/llvm/llvm-project/commit/271399831b780d25dce85715727c841843e10d4b
Author: k-kashapov <52855633+k-kashapov at users.noreply.github.com>
Date: 2025-04-08 (Tue, 08 Apr 2025)
Changed paths:
M compiler-rt/lib/msan/msan.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/test/Instrumentation/MemorySanitizer/i386/vararg.ll
Log Message:
-----------
[MSan] Change overflow_size_tls type to IntPtrTy (#117689)
As discussed in
https://github.com/llvm/llvm-project/pull/109284#discussion_r1838819987:
Changed `__msan_va_arg_overflow_size_tls` type from `Int64Ty` to
`IntPtrTy`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list