[all-commits] [llvm/llvm-project] 712b31: [NFC] factor isStandardLifetime out of HWASan
Florian Mayer via All-commits
all-commits at lists.llvm.org
Wed Feb 2 13:24:13 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 712b31e2d4dca878f732163783816387760936fc
https://github.com/llvm/llvm-project/commit/712b31e2d4dca878f732163783816387760936fc
Author: Florian Mayer <fmayer at google.com>
Date: 2022-02-02 (Wed, 02 Feb 2022)
Changed paths:
M llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h
A llvm/include/llvm/Transforms/Utils/MemoryTaggingSupport.h
M llvm/lib/Target/AArch64/AArch64StackTagging.cpp
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
M llvm/lib/Transforms/Utils/CMakeLists.txt
A llvm/lib/Transforms/Utils/MemoryTaggingSupport.cpp
Log Message:
-----------
[NFC] factor isStandardLifetime out of HWASan
this is so we can use it for aarch64 stack tagging.
Reviewed By: eugenis
Differential Revision: https://reviews.llvm.org/D118836
More information about the All-commits
mailing list