[cfe-commits] r151087 - /cfe/trunk/test/CodeGenObjCXX/debug-info.mm

Richard Trieu rtrieu at google.com
Tue Feb 21 13:40:05 PST 2012


Author: rtrieu
Date: Tue Feb 21 15:40:05 2012
New Revision: 151087

URL: http://llvm.org/viewvc/llvm-project?rev=151087&view=rev
Log:
Redirect the output to /dev/null.  This prevents the output from cluttering
up the build enviroment.

Modified:
    cfe/trunk/test/CodeGenObjCXX/debug-info.mm

Modified: cfe/trunk/test/CodeGenObjCXX/debug-info.mm
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjCXX/debug-info.mm?rev=151087&r1=151086&r2=151087&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjCXX/debug-info.mm (original)
+++ cfe/trunk/test/CodeGenObjCXX/debug-info.mm Tue Feb 21 15:40:05 2012
@@ -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.
 





More information about the cfe-commits mailing list