[all-commits] [llvm/llvm-project] 78f7e6: [hwasan] Respect llvm.asan.globals.
Evgenii Stepanov via All-commits
all-commits at lists.llvm.org
Wed Jun 23 18:38:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78f7e6d8d7956cb96d0fa0fd606192ca0218eee1
https://github.com/llvm/llvm-project/commit/78f7e6d8d7956cb96d0fa0fd606192ca0218eee1
Author: Evgenii Stepanov <eugenis at google.com>
Date: 2021-06-23 (Wed, 23 Jun 2021)
Changed paths:
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
M llvm/test/Instrumentation/HWAddressSanitizer/globals.ll
Log Message:
-----------
[hwasan] Respect llvm.asan.globals.
This enable no_sanitize C++ attribute to exclude globals from hwasan
testing, and automatically excludes other sanitizers' globals (such as
ubsan location descriptors).
Differential Revision: https://reviews.llvm.org/D104825
More information about the All-commits
mailing list