[PATCH] D108029: [clang][Codegen] Introduce the disable_sanitizer_instrumentation attribute
Marco Elver via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 17 13:50:35 PDT 2021
melver added inline comments.
================
Comment at: clang/test/CodeGen/attr-no-sanitize-coverage.c:1
+// RUN: %clang_cc1 -debug-info-kind=limited %s -emit-llvm -o - | FileCheck %s
+
----------------
This file says it's called attr-no-sanitize-coverage.c, I think that's the wrong name.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108029/new/
https://reviews.llvm.org/D108029
More information about the cfe-commits
mailing list