Commit Graph

5 Commits

Author SHA1 Message Date
Arnold Schwaighofer
859fbc0162 More executable_test for the test directory
Swift SVN r29280
2015-06-03 23:28:51 +00:00
Arnold Schwaighofer
28616fbeb8 This test relies on inlining not to happen. Disable inlining.
LLVM is pretty insistent to inline the value 1995 regardless of a noinline
attribute. So I disabled llvm optimizations.

Swift SVN r28675
2015-05-17 03:31:20 +00:00
Dmitri Hrybenko
f46f16ae82 stdlib: implement new print() API
rdar://20775683

Swift SVN r28309
2015-05-08 01:37:59 +00:00
Luqman Aden
a33c518e98 tests: use substitution to pick the right llvm-link.
Swift SVN r27621
2015-04-23 01:51:47 +00:00
Luqman Aden
ce4bff5645 Frontend: Allow passing .sil as -primary-file along with other .sib as input.
Swift SVN r27612
2015-04-22 22:53:18 +00:00