[all-commits] [llvm/llvm-project] 52992f: Add !nosanitize to FixedMetadataKinds
Enna1 via All-commits
all-commits at lists.llvm.org
Thu May 26 18:46:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52992f136b3bd421533ac909c520525e34058468
https://github.com/llvm/llvm-project/commit/52992f136b3bd421533ac909c520525e34058468
Author: Enna1 <xumingjie.enna1 at bytedance.com>
Date: 2022-05-27 (Fri, 27 May 2022)
Changed paths:
M clang/lib/CodeGen/SanitizerMetadata.cpp
M llvm/include/llvm/IR/FixedMetadataKinds.def
M llvm/lib/Transforms/IPO/HotColdSplitting.cpp
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
Log Message:
-----------
Add !nosanitize to FixedMetadataKinds
This patch adds !nosanitize metadata to FixedMetadataKinds.def, !nosanitize indicates that LLVM should not insert any sanitizer instrumentation.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D126294
More information about the All-commits
mailing list