[all-commits] [llvm/llvm-project] dc0cb1: [msan] Nit: use init_origins parameter instead of ...
Thurston Dang via All-commits
all-commits at lists.llvm.org
Sun Mar 31 18:49:53 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc0cb17241aeff205a0c3a7cc4e790afab7484dd
https://github.com/llvm/llvm-project/commit/dc0cb17241aeff205a0c3a7cc4e790afab7484dd
Author: Thurston Dang <thurston at google.com>
Date: 2024-03-31 (Sun, 31 Mar 2024)
Changed paths:
M compiler-rt/lib/msan/msan_linux.cpp
Log Message:
-----------
[msan] Nit: use init_origins parameter instead of __msan_get_track_origins() in InitShadowWithReExec (#86994)
This fixes a nit I had accidentally introduced in
https://github.com/llvm/llvm-project/pull/85142
I don't think the value of __msan_get_track_origins() will change
between the start and end of InitShadowWithReExec, but it's cleaner to
use the parameter.
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