diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-05-14 17:00:11 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-05-14 17:00:11 +0000 |
commit | 1c1c736cb0a25c8ed303503c57b388351b2c82ef (patch) | |
tree | ab53222eb8092b7782fc50f3393973c1cf6242fa | |
parent | 49f59ec45bf469c700603a656282cf86f1bce382 (diff) |
Avoid generating temp in source directory
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71776 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/illegal-UTF8.m | 2 |
1 files changed, 1 insertions, 1 deletions
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; |