[PATCH] D128958: Add assembler plumbing for sanitize_memtag
Mitch Phillips via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 28 14:07:20 PST 2022
hctim updated this revision to Diff 478367.
hctim marked an inline comment as done.
hctim added a comment.
Update comment for .memtag globals when generating object files on non-MTE-globals supported architectures, and move said comment from an assert to a fatal error.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128958/new/
https://reviews.llvm.org/D128958
Files:
clang/test/Driver/memtag-stack.c
clang/test/Driver/memtag-stack_lto.c
clang/test/Driver/memtag_lto.c
llvm/include/llvm/BinaryFormat/ELF.h
llvm/include/llvm/MC/MCAsmInfo.h
llvm/include/llvm/MC/MCDirectives.h
llvm/include/llvm/MC/MCELFObjectWriter.h
llvm/include/llvm/MC/MCSymbolELF.h
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/lib/MC/ELFObjectWriter.cpp
llvm/lib/MC/MCAsmStreamer.cpp
llvm/lib/MC/MCELFStreamer.cpp
llvm/lib/MC/MCMachOStreamer.cpp
llvm/lib/MC/MCParser/AsmParser.cpp
llvm/lib/MC/MCSymbolELF.cpp
llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
llvm/test/MC/AArch64/global-tagging.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128958.478367.patch
Type: text/x-patch
Size: 17628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221128/5488d797/attachment-0001.bin>
More information about the cfe-commits
mailing list