[PATCH] D130888: [Clang] Introduce -fexperimental-sanitize-metadata=
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 2 09:58:40 PDT 2022
vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/test/Driver/fsanitize-metadata.c:24
+
+// RUN: %clang --target=x86_64-linux-gnu \
+// RUN: -fexperimental-sanitize-metadata=covered,atomics %s -### 2>&1 | \
----------------
If possible, don't split long RUN: line
it's much easier to see a difference between different invocations
clang format is configured to ignore line length in tests nowadays anyway
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130888/new/
https://reviews.llvm.org/D130888
More information about the cfe-commits
mailing list