[all-commits] [llvm/llvm-project] 297a18: [asan] Don't demangle __odr_asan_gen_* symbols
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Nov 22 16:47:45 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 297a1830228a0cdc61fa2a0014ace3817497982e
https://github.com/llvm/llvm-project/commit/297a1830228a0cdc61fa2a0014ace3817497982e
Author: Fangrui Song <i at maskray.me>
Date: 2022-11-22 (Tue, 22 Nov 2022)
Changed paths:
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
M llvm/test/Instrumentation/AddressSanitizer/local_alias.ll
Log Message:
-----------
[asan] Don't demangle __odr_asan_gen_* symbols
This relands the ODR indicator part of D138095 (reverted by 06c74b5e7367b41e9b4ea3d74c971aace5681fb8):
a `__odr_asan_gen_*` symbol should use a mangled name as its associated symbol does.
More information about the All-commits
mailing list