asoffer / Icarus

An experimental general-purpose programming language
Apache License 2.0
9 stars 2 forks source link

Upgrade to clang-12 #67

Closed perimosocordiae closed 2 years ago

perimosocordiae commented 2 years ago

The current toolchain definition specifies clang-10, but recent Ubuntu versions now offer version 12 (released in April 2021).

I was able to build the interpreter using clang-12 with one additional flag in my .bazelrc file:

build --copt=-fbracket-depth=1024
perimosocordiae commented 2 years ago

Fixed by gh-73