[all-commits] [llvm/llvm-project] fc1df3: [ASAN] NFC: Copy address space when creating globa...
Reshabh Sharma via All-commits
all-commits at lists.llvm.org
Wed Apr 28 21:53:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc1df36e6e402cadb46befd32c4d195a4096477b
https://github.com/llvm/llvm-project/commit/fc1df36e6e402cadb46befd32c4d195a4096477b
Author: Reshabh Sharma <Reshabhkumar.Sharma at amd.com>
Date: 2021-04-29 (Thu, 29 Apr 2021)
Changed paths:
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
Log Message:
-----------
[ASAN] NFC: Copy address space when creating globals with redzones
This patch makes sure that globals in supported address spaces
will be replaced by globals with red zones in the same address
space by copying the address space.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D101362
More information about the All-commits
mailing list