Commit Graph

3 Commits

Author SHA1 Message Date
Slava Pestov
7ce4fddbd4 Remove SIMD usage from test/Interpreter/repl_17597453.swift
Fixes <rdar://problem/21456194>

Swift SVN r29564
2015-06-23 04:51:45 +00:00
Slava Pestov
f26ab5c638 Long-overdue REPL test for <rdar://problem/17597453>
Swift SVN r29114
2015-05-28 21:30:05 +00:00
Jordan Rose
373f0ce863 [Interpreter] Honor -F when trying to dlopen framework dependencies.
Previously we were only getting system search paths (via dlopen), so you
couldn't ever load system frameworks.

This is the compiler side of <rdar://problem/17629517>, which is
unfortunately not the useful part.

Swift SVN r19831
2014-07-10 22:02:02 +00:00