summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-method-spec.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-05 05:41:57 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-05 05:41:57 +0000
commitb3675dd66036b0269a43323e23bd72d38267dbf8 (patch)
tree764554e708af6f143d0d5489039b6d3924b12a80 /clang/test/CodeGenCXX/debug-info-method-spec.cpp
parent04994959a37501d74a49888a77986b92917ef869 (diff)
downloadbcm5719-llvm-b3675dd66036b0269a43323e23bd72d38267dbf8.tar.gz
bcm5719-llvm-b3675dd66036b0269a43323e23bd72d38267dbf8.zip
tests: Remove some stray and unused -cc1 flags. These tests appear to be written
to go through the driver. llvm-svn: 143791
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-method-spec.cpp')
-rw-r--r--clang/test/CodeGenCXX/debug-info-method-spec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-method-spec.cpp b/clang/test/CodeGenCXX/debug-info-method-spec.cpp
index 31f66633dc4..2068c5ce4fa 100644
--- a/clang/test/CodeGenCXX/debug-info-method-spec.cpp
+++ b/clang/test/CodeGenCXX/debug-info-method-spec.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang -fverbose-asm -cc1 -g -S %s -o - | grep DW_AT_specification
+// RUN: %clang -fverbose-asm -g -S %s -o - | grep DW_AT_specification
// Radar 9254491
class A {
public:
OpenPOWER on IntegriCloud