[clang][NFC] Remove unused FileCheck prefix
authorKeith Smiley <keithbsmiley@gmail.com>
Thu, 29 Oct 2020 21:10:53 +0000 (14:10 -0700)
committerKeith Smiley <keithbsmiley@gmail.com>
Fri, 30 Oct 2020 20:32:14 +0000 (13:32 -0700)
This is to enable --allow-unused-duplicates=false. This prefix appears
to be outdated and intentionally unused.

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

clang/test/Driver/debug-options.c

index bedc9d0..cf05fa9 100644 (file)
 // 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