denizzzka / dfruntime

Runtime library for the D language with custom targets support
Other
0 stars 1 forks source link

Exceptions on ESP IDF broken #2

Closed denizzzka closed 1 month ago

denizzzka commented 1 month ago

ESP IDF uses LLVM-16, but ldc2 uses LLVM-18 or newer

libunwind on these versions uses different approachs: in commit ac2af2e exceptions fixed for new LLVM on ARM.

It is need to create version() for RISCV too

denizzzka commented 1 month ago

fixed in https://github.com/denizzzka/d_c_arm_test/commit/2f23b3e1d419af8fdccdaa312419cf038578ec41