Skip to content

Commit a571cb1

Browse files
Demangle (#123)
* Attempt to fix demangling * Fixup demangling, also general cleanup * Check names after constructing llvm module * Equivalent demangling on non-mac systems * Bump version to 0.4.12 * Test against released version of 1.9
1 parent 70d4065 commit a571cb1

File tree

7 files changed

+139
-130
lines changed

7 files changed

+139
-130
lines changed

.github/workflows/ci-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.9.0-rc3'
2221
- '1.8'
22+
- '1.9'
2323
os:
2424
- ubuntu-latest
2525
- macOS-latest

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
version:
2121
- '1.8'
22-
- '^1.9.0-rc3'
22+
- '1.9'
2323
os:
2424
- ubuntu-latest
2525
- macOS-latest
@@ -30,7 +30,7 @@ jobs:
3030
include:
3131
- arch: x86
3232
version: '1'
33-
os: ubuntu-latest
33+
os: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@v2
3636
- uses: julia-actions/setup-julia@latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StaticCompiler"
22
uuid = "81625895-6c0f-48fc-b932-11a18313743c"
33
authors = ["Tom Short and contributors"]
4-
version = "0.4.11"
4+
version = "0.4.12"
55

66
[deps]
77
Clang_jll = "0ee61d77-7f21-5576-8119-9fcc46b10100"

0 commit comments

Comments
 (0)