We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85ec695 + 57f1fcc commit 83f0074Copy full SHA for 83f0074
shared/constants.go
@@ -54,10 +54,10 @@ package shared
54
//
55
// 1.2.7 August 4 2020 William Woodruff's (@woodruffw) tweaks to the get-bc command (a strict mode).
56
57
-// 1.2.8 October 11 2020 Wensheng Tang's (@legendtang) requests and fixes to the -flto issues.
+// 1.2.8 October 12 2020 Wensheng Tang's (@legendtang) requests and fixes to the -flto issues.
58
59
const gllvmVersion = "1.2.8"
60
-const gllvmReleaseDate = "October 11 2020"
+const gllvmReleaseDate = "October 12 2020"
61
62
const osDARWIN = "darwin"
63
const osLINUX = "linux"
0 commit comments