Compare commits

..

1 Commits

Author SHA1 Message Date
bc5fdbc4e0 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:43:29 -06:00

View File

@ -343,22 +343,9 @@ fn String compile_file(Arena* arena, Compile options)
library_buffer[library_count] = string_literal("lldCommon");
library_count += 1;
library_buffer[library_count] = string_literal("lldCOFF");
library_count += 1;
library_buffer[library_count] = string_literal("lldELF");
library_count += 1;
library_buffer[library_count] = string_literal("lldMachO");
library_count += 1;
library_buffer[library_count] = string_literal("lldMinGW");
library_count += 1;
library_buffer[library_count] = string_literal("lldWasm");
library_count += 1;
library_buffer[library_count] = string_literal("llvm_bindings");
library_count += 1;