Arnold Schwaighofer
fc766a39d3
Fix some more tests
2023-06-29 16:16:56 -07:00
Arnold Schwaighofer
a9972f706a
Fix test IRGen/objc_properties_ios.swift
2023-06-23 11:23:39 -07:00
Arnold Schwaighofer
307a6d8111
Fix test/IRGen/objc_properties_ios.swift
2023-06-14 10:49:50 -07:00
Doug Gregor
6784930f3b
[lit] Use simulator triples consistently.
2020-04-06 16:52:56 -07:00
Slava Pestov
9aeb252e28
Migrate IRGen tests to Swift 4
2018-06-24 22:33:17 -07:00
Slava Pestov
5d2752f7d2
Run tests with -swift-version 4 by default
...
Some test now fail, so add an explicit -swift-version 3.
2018-06-19 23:24:19 -07:00
Erik Eckstein
c4a11f4c92
tests: remove the now unused option -new-mangling-for-tests
2017-03-22 11:28:43 -07:00
Erik Eckstein
37980eb599
tests: add a missing -new-mangling-for-tests option
...
fixes rdar://problem/30189824
2017-01-25 11:03:16 -08:00
Dmitri Gribenko
d175b3b66d
Migrate FileCheck to %FileCheck in tests
2016-08-10 23:52:02 -07:00
Jordan Rose
f0c3bc25ff
[IRGen] Don't emit ObjC class property metadata on old targets. ( #2350 )
...
The ObjC runtime on OS X 10.10 and older and iOS 9 and older can't
handle them, so for these targets, emit nil for all class property
lists.
It's a little unfortunate that this is target-dependent, but there's
not much we can do about it.
rdar://problem/25605427
2016-05-02 13:10:02 -07:00