[all-commits] [llvm/llvm-project] 60c60d: [ASAN] NFC: Use addrspace cast for pointers in non...
Reshabh Sharma via All-commits
all-commits at lists.llvm.org
Wed Apr 28 22:37:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60c60dd1387742730b5cc756f8d92bac2e23c2b0
https://github.com/llvm/llvm-project/commit/60c60dd1387742730b5cc756f8d92bac2e23c2b0
Author: Reshabh Sharma <Reshabhkumar.Sharma at amd.com>
Date: 2021-04-29 (Thu, 29 Apr 2021)
Changed paths:
M llvm/lib/Transforms/Utils/ModuleUtils.cpp
Log Message:
-----------
[ASAN] NFC: Use addrspace cast for pointers in non-zero addrspace
Pointers in non-zero address spaces need to be address space
casted before appending to the used list.
Reviewed by: vitalybuka
Differential Revision: https://reviews.llvm.org/D101363
More information about the All-commits
mailing list