summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjCXX
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2012-02-21 21:40:05 +0000
committerRichard Trieu <rtrieu@google.com>2012-02-21 21:40:05 +0000
commitbd61856d91004d3534d7589da7d7062ebd74d3f5 (patch)
treeb11ba2cb3cfbed4a96d822a9cf03bb1175fbbbee /clang/test/CodeGenObjCXX
parent1f1a950a7fe5039c4a285505ba56f8f489bde560 (diff)
downloadbcm5719-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.mm2
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.
OpenPOWER on IntegriCloud