[PATCH] D77637: [part 2] sancov/inline-bool-flag clang flags.
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 8 18:29:13 PDT 2020
vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/test/Driver/fsanitize-coverage.c:114
+// RUN: %clang -target x86_64-linux-gnu -fsanitize-coverage=inline-8bit-counters,pc-table %s -### 2>&1 | FileCheck %s --check-prefix=CHECK_PC_TABLE_FOR_INLINE8BIT
+// RUN: %clang -target x86_64-linux-gnu -fsanitize-coverage=trace-pc-guard,pc-table %s -### 2>&1 | FileCheck %s --check-prefix=CHECK_PC_TABLE_FOR_INLINE8BIT
+// CHECK_PC_TABLE_FOR_INLINE8BIT: -fsanitize-coverage-pc-table
----------------
this is preexisted block, could you make sure it's outside of your changes? move up or down
or it looks like you replaced these lines
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77637/new/
https://reviews.llvm.org/D77637
More information about the cfe-commits
mailing list