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
chapuni added a comment.
The test `sanitize-metadata-ignorelist.c` fails in -Asserts.
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:%.*]
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG421215b919d0: [SanitizerBinaryMetadata] Support ignore list
(authored by melver).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
melver updated this revision to Diff 496353.
melver marked an inline comment as done.
melver added a comment.
Make Driver test check that cc1 doesn't receive flag if not required.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143664/new/
https://re
melver marked an inline comment as done.
melver added inline comments.
Comment at: clang/test/Driver/fsanitize-metadata-ignorelist.c:6
+// RUN: %clang -target aarch64-linux-gnu -fexperimental-sanitize-metadata=all
-fexperimental-sanitize-metadata-ignorelist=%t.good
-fexperiment
dvyukov accepted this revision.
dvyukov added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/test/Driver/fsanitize-metadata-ignorelist.c:6
+// RUN: %clang -target aarch64-linux-gnu -fexperimental-sanitize-metadata=all
-fexperimental-sanitize-
melver created this revision.
melver added reviewers: dvyukov, vitalybuka.
Herald added subscribers: Enna1, ormris, hiraditya.
Herald added a project: All.
melver requested review of this revision.
Herald added subscribers: llvm-commits, cfe-commits, MaskRay.
Herald added projects: clang, LLVM.
Fo