summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-member.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
commit83ea3bdde4d35a943369d61a261002211bf750c9 (patch)
tree95961768bba412ce7127d9a9a2cd1c3122ce26c5 /test/CodeGenCXX/debug-info-member.cpp
parent38f0b5a611a1776bb5996c56902b64549d093603 (diff)
tests: Remove some stray and unused -cc1 flags. These tests appear to be written
to go through the driver. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143791 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/debug-info-member.cpp')
-rw-r--r--test/CodeGenCXX/debug-info-member.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/debug-info-member.cpp b/test/CodeGenCXX/debug-info-member.cpp
index 5052a6cafb..8c2e3ebded 100644
--- a/test/CodeGenCXX/debug-info-member.cpp
+++ b/test/CodeGenCXX/debug-info-member.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang -fverbose-asm -cc1 -g -S %s -o - | grep DW_ACCESS_public
+// RUN: %clang -fverbose-asm -g -S %s -o - | grep DW_ACCESS_public
class A {
public:
int x;