diff options
author | Chris Lattner <sabre@nondot.org> | 2009-03-08 01:43:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-03-08 01:43:34 +0000 |
commit | 8a9e4201aa67f844109b4c28ebb2233b81cec976 (patch) | |
tree | f6d01e07274c708ab493ca6c296fa41d0d4d54f2 | |
parent | b1d947b1011cb559be5745153f292b2dfb46b8e6 (diff) |
add rdar#
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66356 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/overloadable.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGenObjC/overloadable.m b/test/CodeGenObjC/overloadable.m index 22fc891da2..fe00fadb87 100644 --- a/test/CodeGenObjC/overloadable.m +++ b/test/CodeGenObjC/overloadable.m @@ -1,3 +1,4 @@ +// rdar://6657613 // RUN: clang -emit-llvm %s -o %t && @class C; |