[clang] bbf02e1 - [clang][NFC] Remove unused FileCheck prefix

Keith Smiley via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 30 13:32:43 PDT 2020


Author: Keith Smiley
Date: 2020-10-30T13:32:14-07:00
New Revision: bbf02e18f53681c079f7a88b2726d0714d92e1a0

URL: https://github.com/llvm/llvm-project/commit/bbf02e18f53681c079f7a88b2726d0714d92e1a0
DIFF: https://github.com/llvm/llvm-project/commit/bbf02e18f53681c079f7a88b2726d0714d92e1a0.diff

LOG: [clang][NFC] Remove unused FileCheck prefix

This is to enable --allow-unused-duplicates=false. This prefix appears
to be outdated and intentionally unused.

Differential Revision: https://reviews.llvm.org/D90430

Added: 
    

Modified: 
    clang/test/Driver/debug-options.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/debug-options.c b/clang/test/Driver/debug-options.c
index bedc9d044a2c..cf05fa935a8e 100644
--- a/clang/test/Driver/debug-options.c
+++ b/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


        


More information about the cfe-commits mailing list