[all-commits] [llvm/llvm-project] 942e87: [Instrumentation] Do not request sanitizers for na...
Antonio Frighetto via All-commits
all-commits at lists.llvm.org
Tue Sep 17 00:25:30 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 942e872d5b1a06bcb2388593dc14234f02961618
https://github.com/llvm/llvm-project/commit/942e872d5b1a06bcb2388593dc14234f02961618
Author: Antonio Frighetto <me at antoniofrighetto.com>
Date: 2024-09-17 (Tue, 17 Sep 2024)
Changed paths:
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
M llvm/lib/Transforms/Instrumentation/SanitizerBinaryMetadata.cpp
M llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
M llvm/test/Instrumentation/sanitizers-naked.ll
Log Message:
-----------
[Instrumentation] Do not request sanitizers for naked functions
Sanitizers instrumentation may be incompatible with naked functions,
which lack of standard prologue/epilogue.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list