Created attachment 203014 [details] error log In order for LLVM_DEFAULT track the latest stable version this port was temporarily dropped in ports r496337 due to the following error: src/libponyc/codegen/gentype.c:229:23: error: too few arguments to function call, expected 6, have 5 8 * size, encoding); ^ /usr/local/llvm80/include/llvm-c/DebugInfo.h:577:1: note: 'LLVMDIBuilderCreateBasicType' declared here LLVMMetadataRef ^ 1 error generated. Can you report it upstream and/or provide a fix?
It's not an easy fix, they're working on llvm8 support: https://github.com/ponylang/ponyc/pull/3034
We have version 0.30.0. Is this problem still there?
(In reply to Walter Schwarzenfeld from comment #2) Yes, click the GitHub link in the comment above, you can see it's not done yet, we're staying at llvm70 still.
This should be fixed as of r533119
According to freshports it's available on amd64 and aarch64 so I guess we can close this now?