grame-cncm / faust

Functional programming language for signal processing and sound synthesis
http://faust.grame.fr
Other
2.59k stars 323 forks source link

LLVM-19 support #1064

Closed umlaeute closed 1 month ago

umlaeute commented 1 month ago

Debian recently switched the default LLVM to llvm-19, and faust-2.75.7 no longer compiles.

See https://bugs.debian.org/1084254

it does compile with LLVM-18, but since llvm-config points to LLVM-19, it's a bit complicated... afaict, the name of the llvm-config executable is hardcoded in multiple locations in faust (including some generators).

umlaeute commented 1 month ago

ah, i just noticed 5b275806093fb2e3348043de1150f01ff892d232, which i guess makes this issue obsolete.

sletz commented 1 month ago

Yes, LLVM 19 is supported now.