Compare commits

..

1 Commits

Author SHA1 Message Date
b75897cf23 Rewrite LLVM bindings
Some checks failed
CI / ci (Release, ubuntu-latest) (pull_request) Failing after 6s
CI / ci (Release-assertions, ubuntu-latest) (pull_request) Failing after 6s
2025-06-25 19:14:32 -06:00

View File

@ -18477,21 +18477,9 @@ compile_file = fn (arena: &Arena, compile_options: CompileFile, envp: &&u8) []u8
library_buffer[library_count] = "lldCommon";
library_count += 1;
library_buffer[library_count] = "lldCOFF";
library_count += 1;
library_buffer[library_count] = "lldELF";
library_count += 1;
library_buffer[library_count] = "lldMachO";
library_count += 1;
library_buffer[library_count] = "lldMinGW";
library_count += 1;
library_buffer[library_count] = "lldWasm";
library_count += 1;
library_buffer[library_count] = "llvm_bindings";
library_count += 1;