Commit 2e25f58
authored
Fix ClangIR build (#78)
Similar to Flang (and likely for similar reasons), gcc 9.2 fails to
build ClangIR. I confirmed that 9.4.0 (which works for Flang) also works
for ClangIR, but it should be more future-proof to use the latest and
greatest gcc version. (Many ClangIR developers use Clang as their host
compiler, so a recent gcc should match that better.)1 parent 1d71d73 commit 2e25f58
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| |||
0 commit comments