Andrew Trick
a6ebb4e914
Add an option -Xllvm -sil-print-on-error.
...
Print the SIL function body on an assert. Recovering the SIL code is the
critical path for pretty much any SIL development. The only alternative is
rebuilding the library with string matching or building a debug compiler and
hoping lldb works. The standard library takes a very long time to build with a
debug compiler.
2017-02-01 10:51:53 -08:00
practicalswift
6d1ae2a39c
[gardening] 2016 → 2017
2017-01-06 16:41:22 +01:00
practicalswift
797b80765f
[gardening] Use the correct base URL ( https://swift.org ) in references to the Swift website
...
Remove all references to the old non-TLS enabled base URL (http://swift.org )
2016-11-20 17:36:03 +01: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
1bfdeed6e5
Fix comment.
...
Swift SVN r25830
2015-03-07 03:08:27 +00:00
John McCall
4d51545508
Abstract out a function to print a SILLocation during
...
PrettyStackTrace and fix it to handle AST-less SILLocations.
Swift SVN r10340
2013-11-11 19:52:33 +00:00
John McCall
fcd998a48b
PrettyStackTrace enhancements for SIL constructs.
...
Swift SVN r6966
2013-08-07 00:10:57 +00:00