Han Sangjin
0747503b0f
[Autolink] Autolinking on COFF for Cygwin/MinGW
...
Cygwin and MinGW should use the autolink feature in the sameway of Linux
due to the linker's limit. Now swift-autolink-extract recognizes the
COFF format file for Cygwin/MinGW.
2016-08-07 07:20:50 +09:00
Saleem Abdulrasool
9571219927
driver: keep options ordered
...
The linker flags are order dependent. Ensure that we preserve ordering. Also
enhance it to support options which may be repeated (e.g. -rpath).
2016-04-01 17:18:25 -07:00
practicalswift
1339b5403b
Consistent use of header comment format.
...
Correct format:
//===--- Name of file - Description ----------------------------*- Lang -*-===//
2016-01-04 13:26:31 +01:00
Zach Panzarino
e3a4147ac9
Update copyright date
2015-12-31 23:28:40 +00:00
Michael Gottesman
b0b9ca4f63
Update for upstream llvm change.
2015-11-11 16:07:41 -08:00
Chris Willmore
2088cd4373
swift-autolink-extract should look inside .a files.
...
Previously it just gave up when it saw anything other than an ELF .o file. We
could have it ignore .a files, but we might as well do the right thing.
<rdar://problem/23045632>
2015-11-10 12:48:37 -07:00
Michael Gottesman
b1ecf97181
More InputArgList troubles.
...
Swift SVN r31808
2015-09-09 04:37:26 +00:00
Dmitri Hrybenko
502d0d5120
Adjust to the new ParseArgs API
...
Swift SVN r29701
2015-06-25 22:01:40 +00:00
Graham Batty
078a558b26
Extract autolink information as a compile step.
...
Swift SVN r25510
2015-02-24 20:33:05 +00:00