[all-commits] [llvm/llvm-project] 1d2259: [sanitizer] Remove numeric values from -asan-use-a...
kda via All-commits
all-commits at lists.llvm.org
Fri Jun 11 15:15:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d22596b2f6aef587af785744d8951668559113e
https://github.com/llvm/llvm-project/commit/1d22596b2f6aef587af785744d8951668559113e
Author: Kevin Athey <kda at google.com>
Date: 2021-06-11 (Fri, 11 Jun 2021)
Changed paths:
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
M llvm/test/DebugInfo/X86/asan_debug_info.ll
M llvm/test/Instrumentation/AddressSanitizer/debug_info.ll
M llvm/test/Instrumentation/AddressSanitizer/fake-stack.ll
M llvm/test/Instrumentation/AddressSanitizer/lifetime-throw.ll
M llvm/test/Instrumentation/AddressSanitizer/lifetime.ll
Log Message:
-----------
[sanitizer] Remove numeric values from -asan-use-after-return flag. (NFC)
for issue: https://github.com/google/sanitizers/issues/1394
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D104152
More information about the All-commits
mailing list