commit | 83ea3bdde4d35a943369d61a261002211bf750c9 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Sat Nov 05 05:41:57 2011 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Sat Nov 05 05:41:57 2011 +0000 |
tree | 95961768bba412ce7127d9a9a2cd1c3122ce26c5 | |
parent | 38f0b5a611a1776bb5996c56902b64549d093603 [diff] [blame] |
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
diff --git a/test/CodeGenCXX/debug-info-method.cpp b/test/CodeGenCXX/debug-info-method.cpp index 5935727..cb022bc 100644 --- a/test/CodeGenCXX/debug-info-method.cpp +++ b/test/CodeGenCXX/debug-info-method.cpp
@@ -1,4 +1,4 @@ -// RUN: %clang -fverbose-asm -cc1 -g -S %s -o - | grep DW_ACCESS_protected +// RUN: %clang -fverbose-asm -g -S %s -o - | grep DW_ACCESS_protected class A { protected: int foo();