diff options
| author | Richard Trieu <rtrieu@google.com> | 2012-02-21 21:40:05 +0000 |
|---|---|---|
| committer | Richard Trieu <rtrieu@google.com> | 2012-02-21 21:40:05 +0000 |
| commit | bd61856d91004d3534d7589da7d7062ebd74d3f5 (patch) | |
| tree | b11ba2cb3cfbed4a96d822a9cf03bb1175fbbbee /clang/test/CodeGenObjCXX | |
| parent | 1f1a950a7fe5039c4a285505ba56f8f489bde560 (diff) | |
| download | bcm5719-llvm-bd61856d91004d3534d7589da7d7062ebd74d3f5.tar.gz bcm5719-llvm-bd61856d91004d3534d7589da7d7062ebd74d3f5.zip | |
Redirect the output to /dev/null. This prevents the output from cluttering
up the build enviroment.
llvm-svn: 151087
Diffstat (limited to 'clang/test/CodeGenObjCXX')
| -rw-r--r-- | clang/test/CodeGenObjCXX/debug-info.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjCXX/debug-info.mm b/clang/test/CodeGenObjCXX/debug-info.mm index 30af4c30c50..0778889eb88 100644 --- a/clang/test/CodeGenObjCXX/debug-info.mm +++ b/clang/test/CodeGenObjCXX/debug-info.mm @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -emit-obj %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -emit-obj %s -o /dev/null // This test passes if clang doesn't crash. |

