mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-20 04:35:00 -07:00
Update package json for new map layout; Correct llvm-api includes for *nix
This commit is contained in:
@@ -12522,6 +12522,10 @@ void lb_generate_code(lbGenerator *gen) {
|
||||
1, "", 0,
|
||||
LLVMDWARFEmissionFull, 0, true,
|
||||
true
|
||||
#if LLVM_VERSION_MAJOR > 10
|
||||
, "", 0,
|
||||
"", 0
|
||||
#endif
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user