Commit Graph

9 Commits

Author SHA1 Message Date
Jordan Rose
062713d600 [Driver] Use -filelist for the merge-module step.
More https://bugs.swift.org/browse/SR-280.
2016-01-13 18:39:24 -08:00
Adrian Prantl
67b52eaf79 Relax driver testcase to allow both bin/swift -frontend and bin/swiftc -frontend.
Swift SVN r21679
2014-09-03 18:22:21 +00:00
Jordan Rose
e3261af695 [Driver] Don't pass -module-name to the LLDB REPL.
The LLDB REPL doesn't guarantee any particular module name, and in particular
it currently uses multiple modules to handle redefinitions.

<rdar://problem/17918172>

Swift SVN r21303
2014-08-20 01:41:17 +00:00
Ben Langmuir
d2ef235237 Move the lit tests over to the new swift/swiftc interfaces
Most of the tests just got moved to swiftc, but some of them were
duplicated to apply to both swiftc and swift. A handful still use the
existing 'swift' because they are for the existing '-i' syntax.

Note: this means config.swift_driver now uses the staging symlink
'swifti'. The only thing preventing us from dropping the 'i' and getting
rid of the old interface is that Xcode hasn't moved to swiftc yet
<rdar://problem/17769327>.

Swift SVN r20467
2014-07-24 04:34:10 +00:00
Jordan Rose
67f319b747 [Driver] Hook up -emit-dependencies option, but don't do anything with it yet.
Part of <rdar://problem/14899639>

Swift SVN r18044
2014-05-14 00:34:07 +00:00
Ted Kremenek
fad874708e Adjust test cases.
Swift SVN r17964
2014-05-12 22:01:52 +00:00
Jordan Rose
df1bb7dd54 Re-apply "[driver] Pass -Xfrontend options to the module-merge tool."
Re-apply r13400, reverted in r13405, with the test fixed to handle
SWIFT_NEW_DRIVER=OFF.

Swift SVN r13451
2014-02-04 22:46:46 +00:00
Michael Gottesman
c7e9c655f0 Revert "[driver] Pass -Xfrontend options to the module-merge tool."
This reverts commit r13400. This broke the build.

Swift SVN r13405
2014-02-04 05:48:51 +00:00
Jordan Rose
099d37830a [driver] Pass -Xfrontend options to the module-merge tool.
...and honor -o for -emit-module mode if we're not emitting any other kind
of output.

Swift SVN r13400
2014-02-04 01:32:46 +00:00