Update constants.go

One day more ...
This commit is contained in:
Ian A Mason 2020-10-12 11:04:54 -07:00 committed by GitHub
parent c627e2bce2
commit 57f1fccc2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,10 +54,10 @@ package shared
//
// 1.2.7 August 4 2020 William Woodruff's (@woodruffw) tweaks to the get-bc command (a strict mode).
//
// 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.
const gllvmVersion = "1.2.8"
const gllvmReleaseDate = "October 11 2020"
const gllvmReleaseDate = "October 12 2020"
const osDARWIN = "darwin"
const osLINUX = "linux"