Files
zig/src
Jakub Konka 4e6f21e2cb comp: reinstate -fcompiler-rt when used with build-obj as output
When the following is specified

```
$ zig build-obj -fcompiler-rt example.zig
```

the resulting relocatable object file will have the compiler-rt
unconditionally embedded inside.

```
$ nm example.o
...
0000000012345678 W __truncsfhf2
...
```
2023-02-14 12:12:22 -05:00
..
2022-09-14 20:08:34 -04:00
2023-01-30 18:55:57 +02:00
2022-08-19 03:41:13 -07:00
2022-11-14 16:35:25 +01:00
2022-12-13 15:37:52 -05:00
2023-01-30 18:55:57 +02:00
2023-02-11 14:36:54 +02:00
2022-12-29 00:19:00 -05:00
2023-01-22 19:00:03 +00:00
2022-12-13 13:14:20 +02:00
2022-11-04 00:09:27 +03:30
2022-07-28 11:53:25 -07:00
2022-07-28 11:53:25 -07:00
2022-07-28 11:53:25 -07:00
2022-07-28 11:53:25 -07:00
2023-01-03 13:05:09 +02:00
2023-01-03 13:05:09 +02:00
2023-01-30 18:55:57 +02:00