diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-03-26 16:23:12 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-03-26 16:23:12 +0000 |
| commit | c196421fbcfe93936fd6226d0812b8674376ddb4 (patch) | |
| tree | a814adaea77fe400c8b4795fcabcace5e13012b1 /clang/test/Driver/bindings.c | |
| parent | 2f41ffe82566ae322ed7a8f8cf5133a3a2eb0be1 (diff) | |
| download | bcm5719-llvm-c196421fbcfe93936fd6226d0812b8674376ddb4.tar.gz bcm5719-llvm-c196421fbcfe93936fd6226d0812b8674376ddb4.zip | |
Driver: Add darwin::Link tool.
- <rdar://problem/6717381> [driver] implement ld argument translation
in new driver
llvm-svn: 67760
Diffstat (limited to 'clang/test/Driver/bindings.c')
| -rw-r--r-- | clang/test/Driver/bindings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/bindings.c b/clang/test/Driver/bindings.c index 9495eb2fba2..f6cd235f7df 100644 --- a/clang/test/Driver/bindings.c +++ b/clang/test/Driver/bindings.c @@ -51,6 +51,6 @@ // RUN: clang -ccc-host-triple i386-apple-darwin9 -ccc-print-bindings %s 2> %t && // RUN: grep 'bind - "clang", inputs: \[".*bindings.c"\], output: ".*\.s"' %t && // RUN: grep 'bind - "darwin::Assemble", inputs: \[".*\.s"\], output: ".*\.o"' %t && -// RUN: grep 'bind - "gcc::Link", inputs: \[".*\.o"\], output: "a.out"' %t && +// RUN: grep 'bind - "darwin::Link", inputs: \[".*\.o"\], output: "a.out"' %t && // RUN: true |

