diff options
| author | Shankar Easwaran <shankare@codeaurora.org> | 2013-08-22 03:18:01 +0000 |
|---|---|---|
| committer | Shankar Easwaran <shankare@codeaurora.org> | 2013-08-22 03:18:01 +0000 |
| commit | b8b42658ea06e87e4f2215d6fc2161c9cf30907d (patch) | |
| tree | 2a757df87c407683d76c66d529d6c1bbe2ef1d75 /lld/test/Driver | |
| parent | c1ea4572ba68b3c7379ea7a3a85a656e7dfa9fa4 (diff) | |
| download | bcm5719-llvm-b8b42658ea06e87e4f2215d6fc2161c9cf30907d.tar.gz bcm5719-llvm-b8b42658ea06e87e4f2215d6fc2161c9cf30907d.zip | |
[lld][Driver] Fix the unit test for lld gnu flavor
llvm-svn: 188982
Diffstat (limited to 'lld/test/Driver')
| -rw-r--r-- | lld/test/Driver/trivial-driver.test | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lld/test/Driver/trivial-driver.test b/lld/test/Driver/trivial-driver.test index 9fdecac8bb6..43f896e9882 100644 --- a/lld/test/Driver/trivial-driver.test +++ b/lld/test/Driver/trivial-driver.test @@ -1,7 +1,5 @@ -We use a temporary file to check lld's return value. -FIXME: use pipefail instead. -RUN: lld -flavor gnu --help > %t -RUN: cat %t | FileCheck %s +# This test, tests the Gnu lld option --help +RUN: lld -flavor gnu --help | FileCheck %s CHECK: -L CHECK: -emit-yaml |

