From: Daniel Dunbar Date: Thu, 14 May 2009 17:00:11 +0000 (+0000) Subject: Avoid generating temp in source directory X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c1c736cb0a25c8ed303503c57b388351b2c82ef;p=clang Avoid generating temp in source directory git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71776 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/illegal-UTF8.m b/test/CodeGen/illegal-UTF8.m index 88467b6d41..a9d5a37ac7 100644 --- a/test/CodeGen/illegal-UTF8.m +++ b/test/CodeGen/illegal-UTF8.m @@ -1,4 +1,4 @@ -// RUN: clang %s -S -m64 +// RUN: clang %s -S -m64 -o - @class NSString;