Added back in the test for arc-annotations.
authorMichael Gottesman <mgottesman@apple.com>
Wed, 27 Mar 2013 00:09:58 +0000 (00:09 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Wed, 27 Mar 2013 00:09:58 +0000 (00:09 +0000)
commitd841d6f71e4e95087a2eb509cedb50f7b5bfe142
treec19a849f62b1c022c4c843ad92517159802ec8d5
parent342d92c7a0adeabc9ab00f3f0d88d739fe7da4c7
Added back in the test for arc-annotations.

The test was removed since I had not turned off the test during release
builds. This fails since ARC annotations support  is conditionally
compiled out during release builds. I added the proper requires header
to assuage this issue.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178101 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/ObjCARC/arc-annotations.ll [new file with mode: 0644]