[PATCH] D143108: [Asan] Add "funclet" OpBundle to Asan calls that are generated inside a funclet
Sylvain Audi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 25 10:30:28 PDT 2023
saudi updated this revision to Diff 553523.
saudi marked 2 inline comments as done.
saudi added a comment.
Updated to address comments.
- Changed `std::optional` to use a `bool` instead
- Removed changes for `__asan_*` calls that don't apply to Windows EH handling scenarios (module ctor/dtor, globals array)
- Added compiler-rt test
- Improved the test for more coverage
I didn't update the test with `llvm/utils/update_test_checks.py`, I have more questions about it, which I will post soon.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143108/new/
https://reviews.llvm.org/D143108
Files:
compiler-rt/test/asan/TestCases/Windows/issue64990.cpp
llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
llvm/test/Instrumentation/AddressSanitizer/asan-funclet.ll
llvm/test/Instrumentation/AddressSanitizer/localescape.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143108.553523.patch
Type: text/x-patch
Size: 20407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230825/71292c2b/attachment.bin>
More information about the llvm-commits
mailing list