| author | |
| committer | |
| log | bc01887376c227a5f42715f48471dcca14b3d31b |
| tree | 415152aa0d00cc12f581c28fa822e9e6933cecff |
| parent | 01a7affb87f74e33e674891d77d4b720d3014013 |
2 files changed, 0 insertions(+), 2 deletions(-)
BRANCH_TODO-1| ... | ... | @@ -1,6 +1,5 @@ |
| 1 | 1 | * make sure zig cc works |
| 2 | 2 | - using it as a preprocessor (-E) |
| 3 | - @breakpoint(); // TODO the first arg is empty string right? skip past that. | |
| 4 | 3 | - try building some software |
| 5 | 4 | * support rpaths in ELF linker code |
| 6 | 5 | * build & link against compiler-rt |
src-self-hosted/main.zig-1| ... | ... | @@ -627,7 +627,6 @@ pub fn buildOutputType( |
| 627 | 627 | .rdynamic => rdynamic = true, |
| 628 | 628 | .wl => { |
| 629 | 629 | var split_it = mem.split(it.only_arg, ","); |
| 630 | @breakpoint(); // TODO the first arg is empty string right? skip past that. | |
| 631 | 630 | while (split_it.next()) |linker_arg| { |
| 632 | 631 | try linker_args.append(linker_arg); |
| 633 | 632 | } |