[all-commits] [llvm/llvm-project] 02ea36: Utils: Fix appending to global_ctors with program ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Nov 29 07:54:24 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02ea3694a0a541f6328d120f02eb04977c1fc840
https://github.com/llvm/llvm-project/commit/02ea3694a0a541f6328d120f02eb04977c1fc840
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-11-29 (Tue, 29 Nov 2022)
Changed paths:
M llvm/lib/Transforms/Utils/ModuleUtils.cpp
A llvm/test/Instrumentation/AddressSanitizer/program-addrspace.ll
Log Message:
-----------
Utils: Fix appending to global_ctors with program address spaces
Also fix constructing sanitizer constructors in address space 0 so
it's testable (this was also failing the verifier on the type of
global_ctors).
More information about the All-commits
mailing list