Compare commits
1 Commits
b75897cf23
...
bc5fdbc4e0
Author | SHA1 | Date | |
---|---|---|---|
bc5fdbc4e0 |
@ -18477,9 +18477,21 @@ 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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user