[PATCH] D143664: [SanitizerBinaryMetadata] Support ignore list
Marco Elver via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 10 15:40:16 PST 2023
melver marked an inline comment as done.
melver added inline comments.
================
Comment at: clang/test/CodeGen/sanitize-metadata-ignorelist.c:11
+// ALLOW-SAME: () local_unnamed_addr #[[ATTR0:[0-9]+]] !pcsections !5 {
+// ALLOW-NEXT: entry:
+// ALLOW-NEXT: [[TMP0:%.*]] = atomicrmw add ptr @y, i32 1 monotonic, align 4, !pcsections !7
----------------
chapuni wrote:
> It should match if it is unnamed.
Thanks for the report. %clang and %clang_cc1 behave differently with +Assert and -Assert. I switched to %clang_cc1 which is consistent.
https://reviews.llvm.org/rGdac423bd5718
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143664/new/
https://reviews.llvm.org/D143664
More information about the llvm-commits
mailing list