Greg Parker
084f2312b2
[test] Don't use "UNSUPPORTED" in FileCheck prefixes
...
lit uses "UNSUPPORTED:" for its own purposes and may be
confused if that text appears elsewhere in the test file.
llvm-svn: 265218
2016-04-02 05:29:00 +00:00
Rafael Espindola
925213b0fa
Add 'not' to commands that are expected to fail.
...
This is at least good documentation, but also opens the possibility of
using pipefail.
llvm-svn: 185652
2013-07-04 16:16:58 +00:00
John McCall
9320707aac
Tweak the ARC-requires-10.6 diagnostic according to Jordan's review.
...
llvm-svn: 162651
2012-08-27 01:56:21 +00:00
John McCall
3deb1ad40c
Screw around with ObjCRuntime some more, changing the
...
diagnostics for bad deployment targets and adding a few
more predicates. Includes a patch by Jonathan Schleifer
to enable ARC for ObjFW.
llvm-svn: 162252
2012-08-21 02:47:43 +00:00
Fariborz Jahanian
dbed9d42fd
objective-c: yank any use of "non-fragile abi" phrase
...
from diagnostics. // rdar://9657485
llvm-svn: 159943
2012-07-09 17:54:36 +00:00
Argyrios Kyrtzidis
3dbeb55874
[driver] Emit an error when trying to use ARC on macosx earlier than 10.6
...
rdar://10459258
llvm-svn: 151706
2012-02-29 03:43:52 +00:00
Sebastian Pop
422377cfd3
rename -ccc-host-triple into -target
...
llvm-svn: 148582
2012-01-20 22:01:23 +00:00
Eli Friedman
d749c6bf2e
Revert r148138; it's causing test failures.
...
llvm-svn: 148141
2012-01-13 21:33:06 +00:00
Sebastian Pop
9a8d528ddf
rename -ccc-host-triple into -target
...
llvm-svn: 148138
2012-01-13 20:37:02 +00:00
John McCall
31168b077c
Automatic Reference Counting.
...
Language-design credit goes to a lot of people, but I particularly want
to single out Blaine Garst and Patrick Beard for their contributions.
Compiler implementation credit goes to Argyrios, Doug, Fariborz, and myself,
in no particular order.
llvm-svn: 133103
2011-06-15 23:02:42 +00:00