practicalswift
1339b5403b
Consistent use of header comment format.
...
Correct format:
//===--- Name of file - Description ----------------------------*- Lang -*-===//
2016-01-04 13:26:31 +01:00
practicalswift
50baf2e53b
Use consistent formatting in top of file headers.
2016-01-04 02:17:48 +01:00
Zach Panzarino
e3a4147ac9
Update copyright date
2015-12-31 23:28:40 +00:00
practicalswift
f34df59dc6
Remove duplicate #include:s
2015-12-29 12:12:26 +01:00
Adrian Prantl
1e1b3e87b2
Adopt upstream API change.
...
Swift SVN r31832
2015-09-09 22:06:23 +00:00
Michael Gottesman
3f49f0418f
Update modulewrap for changed LLVM API.
...
Swift SVN r31821
2015-09-09 04:37:53 +00:00
Adrian Prantl
de3eb7089e
Let swift -modulewrap accept a -target option.
...
Swift SVN r31679
2015-09-03 23:27:56 +00:00
Adrian Prantl
63f889ae95
clang-format modulewrap_main.cpp
...
Swift SVN r31676
2015-09-03 23:27:37 +00:00
Adrian Prantl
0de0d43773
Introduce a -modulewrap driver action that wraps a (merged) .swiftmodule
...
inside a swift ast section in an object file so it can be passed to the
linker. The driver automatically wraps merged swiftmodules iff the target
is ELF.
rdar://problem/22407666
Swift SVN r31641
2015-09-02 21:56:25 +00:00