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 | c95d01f838efd729fb7f910f5e551aa7d9a2c442 (patch) | |
tree | 44b91443d39ee958f8e0fa13b7b7dc14cacdd810 | |
parent | b09ab8c293833c3dbcbf78f0db5e01fec46966bf (diff) |
Redirect the output to /dev/null. This prevents the output from cluttering
up the build enviroment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151087 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjCXX/debug-info.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/debug-info.mm b/test/CodeGenObjCXX/debug-info.mm index 30af4c30c5..0778889eb8 100644 --- a/test/CodeGenObjCXX/debug-info.mm +++ b/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. |