Skip to content

Commit 83f0074

Browse files
committed
Merge branch 'master' of https://github.com/SRI-CSL/gllvm
2 parents 85ec695 + 57f1fcc commit 83f0074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ package shared
5454
//
5555
// 1.2.7 August 4 2020 William Woodruff's (@woodruffw) tweaks to the get-bc command (a strict mode).
5656
//
57-
// 1.2.8 October 11 2020 Wensheng Tang's (@legendtang) requests and fixes to the -flto issues.
57+
// 1.2.8 October 12 2020 Wensheng Tang's (@legendtang) requests and fixes to the -flto issues.
5858

5959
const gllvmVersion = "1.2.8"
60-
const gllvmReleaseDate = "October 11 2020"
60+
const gllvmReleaseDate = "October 12 2020"
6161

6262
const osDARWIN = "darwin"
6363
const osLINUX = "linux"

0 commit comments

Comments
 (0)