[PATCH] D90430: [clang][NFC] Remove unused FileCheck prefix
Keith Smiley via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 29 14:11:31 PDT 2020
keith created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
keith requested review of this revision.
This is to enable --allow-unused-duplicates=false. This prefix appears
to be outdated and intentionally unused.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D90430
Files:
clang/test/Driver/debug-options.c
Index: clang/test/Driver/debug-options.c
===================================================================
--- clang/test/Driver/debug-options.c
+++ clang/test/Driver/debug-options.c
@@ -115,7 +115,7 @@
// PS4 defaults to sce; -ggdb0 changes tuning but turns off debug info,
// then -g turns it back on without affecting tuning.
// RUN: %clang -### -c -ggdb0 -g -target x86_64-scei-ps4 %s 2>&1 \
-// RUN: | FileCheck -check-prefix=G -check-prefix=G_GDB %s
+// RUN: | FileCheck -check-prefix=G_GDB %s
//
// RUN: %clang -### -c -g1 %s 2>&1 \
// RUN: | FileCheck -check-prefix=GLTO_ONLY %s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90430.301751.patch
Type: text/x-patch
Size: 631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201029/db7de7ff/attachment.bin>
More information about the cfe-commits
mailing list