Roman Levenstein
74915682cb
Update tests after the removal of -sil-serialize-vtables
2017-10-21 19:18:15 -07:00
Roman Levenstein
35a624bb15
Update tests after removing -sil-serialize-witness-tables
2017-10-20 19:45:29 -07:00
Roman Levenstein
dd85e69e7f
Update the tests after removing the -sil-serialize-all option
2017-10-04 14:20:53 -07:00
Dmitri Gribenko
984210aa53
tests: replace '// RUN: rm -rf' '// RUN: mkdir' pairs with '%empty-directory(...)'
...
These changes were made using a script.
2017-06-04 11:08:39 -07:00
Dmitri Gribenko
55864d10cb
Tests: use 'mkdir -p'
2016-09-02 21:36:45 -07:00
Mark Lacey
bd14e0cc4c
Remove -sil-devirt-threshold frontend option.
...
This was used by "deep devirtualization", which is no longer around, so
it is currently ignored.
Swift SVN r27138
2015-04-08 21:53:47 +00:00
Dmitri Hrybenko
3b04d1b013
tests: reorganize tests so that they actually use the target platform
...
Most tests were using %swift or similar substitutions, which did not
include the target triple and SDK. The driver was defaulting to the
host OS. Thus, we could not run the tests when the standard library was
not built for OS X.
Swift SVN r24504
2015-01-19 06:52:49 +00:00
Jordan Rose
b6818046a8
Eliminate optimization levels 0-3 in favor of -Onone/-O/-Ofast.
...
We were already effectively doing this everywhere /except/ when building
the standard library (which used -O2), so just use the model we want going
forward.
Swift SVN r20455
2014-07-24 01:12:59 +00:00
Doug Gregor
71cd9245ba
Rename swift_stdlib_core -> swiftCore and swift_runtime -> swiftRuntime.
...
We can't use underscores in plists, so just makes the names consistent
<rdar://problem/17652418>.
Swift SVN r19954
2014-07-14 22:19:03 +00:00
Ted Kremenek
fad874708e
Adjust test cases.
...
Swift SVN r17964
2014-05-12 22:01:52 +00:00
Michael Gottesman
b90979be67
[deserialization] Only deserialize witness table functions as declarations.
...
This is analogous to the issue in r14581.
Swift SVN r14584
2014-03-03 06:46:27 +00:00