Commit Graph

6 Commits

Author SHA1 Message Date
Saleem Abdulrasool
9029dc4b1b Driver: remove COFF from autolink-extract (NFC)
COFF has not used autolink-extract for autolinking.  It uses the PE/COFF
mechanism instead of `.drectve`.  This removes the dead code.
2019-08-07 07:42:04 -07:00
Saleem Abdulrasool
ae8ab310ca test: add CODEGENERATOR requirement (NFC)
This test uses the ARM backend code generator, ensure that we have it.
2019-03-02 12:45:49 -08:00
Dmitri Gribenko
d175b3b66d Migrate FileCheck to %FileCheck in tests 2016-08-10 23:52:02 -07:00
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
practicalswift
4b1e3e427e [gardening] Fix recently introduced typo: "a llvm" → "an llvm" 2016-04-03 09:41:30 +02: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