diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2010-07-19 07:21:12 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2010-07-19 07:21:12 +0000 |
| commit | 00c57967da0be457471092fbd87518433a1862c6 (patch) | |
| tree | ee025aa5c8e1f1c156abe35eef37bda6cb4b8c2e /clang/test | |
| parent | 9aefb8ee4c0c7ceb1676f15b196482fbe754a5b2 (diff) | |
| download | bcm5719-llvm-00c57967da0be457471092fbd87518433a1862c6.tar.gz bcm5719-llvm-00c57967da0be457471092fbd87518433a1862c6.zip | |
Revert r108672, "Implement support for reading arguments specified in a file
with @file.", it doesn't correctly handle cases where arguments starting with
'@' are passed to other command line arguments.
llvm-svn: 108686
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Driver/at_file.c | 30 | ||||
| -rw-r--r-- | clang/test/Driver/at_file.c.args | 11 |
2 files changed, 0 insertions, 41 deletions
diff --git a/clang/test/Driver/at_file.c b/clang/test/Driver/at_file.c deleted file mode 100644 index 4ad2a5fde3d..00000000000 --- a/clang/test/Driver/at_file.c +++ /dev/null @@ -1,30 +0,0 @@ -// RUN: %clang -E %s @%s.args -o %t.log -// RUN: FileCheck --input-file=%t.log %s - -// CHECK: bar1 -// CHECK-NEXT: bar2 zed2 -// CHECK-NEXT: bar3 zed3 -// CHECK-NEXT: bar4 zed4 -// CHECK-NEXT: bar5 zed5 -// CHECK-NEXT: 'bar6 zed6' -// CHECK-NEXT: "bar7 zed7" -// CHECK-NEXT: foo8bar8zed8 -// CHECK-NEXT: foo9'bar9'zed9 -// CHECK-NEXT: foo10"bar10"zed10 -// CHECK: bar -// CHECK: zed12 - -foo1 -foo2 -foo3 -foo4 -foo5 -foo6 -foo7 -foo8 -foo9 -foo10 -#ifdef foo11 -bar -#endif -foo12 diff --git a/clang/test/Driver/at_file.c.args b/clang/test/Driver/at_file.c.args deleted file mode 100644 index 9a2b4ee93bd..00000000000 --- a/clang/test/Driver/at_file.c.args +++ /dev/null @@ -1,11 +0,0 @@ --Dfoo1=bar1 -Dfoo2="bar2 zed2" --Dfoo3='bar3 zed3' -"-Dfoo4=bar4 zed4" -'-Dfoo5=bar5 zed5' --Dfoo6="'bar6 zed6'" --Dfoo7='"bar7 zed7"' --Dfoo8=foo8"bar8"zed8 --Dfoo9=foo9\'bar9\'zed9 --Dfoo10=foo10\"bar10\"zed10 --D foo11 --Dfoo12=zed12\ |

