Commit Graph

3 Commits

Author SHA1 Message Date
Dmitri Hrybenko
9e465bd260 test: add the Builtin test back, now that REPL can use the Builtin module
Swift SVN r5801
2013-06-25 18:46:33 +00:00
Chris Lattner
6bd87540e0 Don't allow the global search of imported modules to include the Builtin module,
wrapping up rdar://11187080

Now the only way you get access to the Builtin module is if you're the standard
library (currently modeled with the -parse-stdlib command line flag, will eventually
be part of build configuration goop or something).

This breaks a few of Jordan's serialization tests, which I've XFAILed after discussion.



Swift SVN r5777
2013-06-24 15:31:58 +00:00
Dmitri Hrybenko
6033517b9c Add tests for floating point -> int bitcast builtins
Swift SVN r5703
2013-06-20 00:49:02 +00:00