[PATCH] D29123: [Driver] Prevent no-arc-exception-silence.m test from writing output.

Martin Böhme via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 25 05:05:09 PST 2017


mboehme created this revision.

This enables the test to run on systems where output cannot be written.


https://reviews.llvm.org/D29123

Files:
  test/Driver/no-arc-exception-silence.m


Index: test/Driver/no-arc-exception-silence.m
===================================================================
--- test/Driver/no-arc-exception-silence.m
+++ test/Driver/no-arc-exception-silence.m
@@ -1,2 +1,2 @@
-// RUN: %clang -Werror -fobjc-arc -fobjc-arc-exceptions -fno-objc-arc -Xclang -verify -c %s
+// RUN: %clang -Werror -fobjc-arc -fobjc-arc-exceptions -fno-objc-arc -Xclang -verify -c -o /dev/null %s
 // expected-no-diagnostics


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29123.85734.patch
Type: text/x-patch
Size: 443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170125/54f8f54b/attachment.bin>


More information about the cfe-commits mailing list