diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-08-02 02:38:03 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-08-02 02:38:03 +0000 |
commit | 926f81fce54c6ccc79ec813fccfec83cfedf0d73 (patch) | |
tree | 94beab5a33552d59c0698acd5fe7118bafb6f9b6 /clang/test/Driver/bindings.c | |
parent | 1465d7cffa6ff5a88b8f22c7109b9e70277778b2 (diff) | |
download | bcm5719-llvm-926f81fce54c6ccc79ec813fccfec83cfedf0d73.tar.gz bcm5719-llvm-926f81fce54c6ccc79ec813fccfec83cfedf0d73.zip |
Driver: Start ripping out support for -pipe, which is worthless and complicates
too many other things.
llvm-svn: 110007
Diffstat (limited to 'clang/test/Driver/bindings.c')
-rw-r--r-- | clang/test/Driver/bindings.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/test/Driver/bindings.c b/clang/test/Driver/bindings.c index e7ec0c597d4..b825420b715 100644 --- a/clang/test/Driver/bindings.c +++ b/clang/test/Driver/bindings.c @@ -15,12 +15,6 @@ // RUN: grep '"gcc::Assemble", inputs: \[".*\.s"\], output: ".*\.o"' %t // RUN: grep '"gcc::Link", inputs: \[".*\.o"\], output: "a.out"' %t -// RUN: %clang -ccc-host-triple i386-unknown-unknown -ccc-print-bindings -ccc-no-clang -no-integrated-cpp -pipe %s 2> %t -// RUN: grep '"gcc::Preprocess", inputs: \[".*bindings.c"\], output: (pipe)' %t -// RUN: grep '"gcc::Compile", inputs: \[(pipe)\], output: (pipe)' %t -// RUN: grep '"gcc::Assemble", inputs: \[(pipe)\], output: ".*\.o"' %t -// RUN: grep '"gcc::Link", inputs: \[".*\.o"\], output: "a.out"' %t - // RUN: %clang -ccc-host-triple i386-unknown-unknown -ccc-print-bindings -ccc-no-clang -x c-header %s 2> %t // RUN: grep '"gcc::Precompile", inputs: \[".*bindings.c"\], output: ".*bindings.c.gch' %t |