Update package json for new map layout; Correct llvm-api includes for *nix

This commit is contained in:
gingerBill
2020-11-25 16:19:56 +00:00
parent 9c1c9693f2
commit dbaf4d24f6
4 changed files with 31 additions and 4 deletions
+4
View File
@@ -12522,6 +12522,10 @@ void lb_generate_code(lbGenerator *gen) {
1, "", 0,
LLVMDWARFEmissionFull, 0, true,
true
#if LLVM_VERSION_MAJOR > 10
, "", 0,
"", 0
#endif
);
}