crystal-lang / crystal_lib

Automatic binding generator for native libraries in Crystal
138 stars 30 forks source link

clang segfault on arm64 #31

Open ysbaddaden opened 7 years ago

ysbaddaden commented 7 years ago

crystal_lib segfaults on AArch64 hardware, because of an infinite loop on clang_visitChildren with LLVM 3.9 and merely crashes with LLVM 3.8. I haven't investigated to understand why, yet.