commit | 5993cbc0a5461dd0ce6ec9359a08843eacb811b3 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <doug.gregor@gmail.com> | Sat Apr 18 15:48:37 2009 +0000 |
committer | Douglas Gregor <doug.gregor@gmail.com> | Sat Apr 18 15:48:37 2009 +0000 |
tree | 982cc5902eef3f6b17bd6a8cf364694b096a9e24 | |
parent | e44e5cc7af9dd85746abdb6397446f0565e9d9d6 [diff] [blame] |
Fix test to output LLVM to a temporary file, which we grep as part of the test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69448 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenObjC/overloadable.m b/test/CodeGenObjC/overloadable.m index 1cc501a..d455edf 100644 --- a/test/CodeGenObjC/overloadable.m +++ b/test/CodeGenObjC/overloadable.m
@@ -1,5 +1,5 @@ // rdar://6657613 -// RUN: clang-cc -emit-llvm %s -o - +// RUN: clang-cc -emit-llvm %s -o %t @class C;