Files
tinygo/builder
Ayke van Laethem de281191e0 builder: detect compiler-rt size usage
Previously the code size of the compiler-rt library might be displayed
like this:

```
   1050       0       0       0 |    1050       0 | /home/ayke/src/tinygo/tinygo/llvm-project/compiler-rt/lib/builtins
    146       0       0       0 |     146       0 | /home/ayke/src/tinygo/tinygo/llvm-project/compiler-rt/lib/builtins/arm
```

With this change, it is displayed nicely like this:

```
   1196       0       0       0 |    1196       0 | C compiler-rt
```
2023-03-08 07:09:46 +01:00
..
2023-02-28 08:25:33 +01:00
2023-01-30 21:42:47 +01:00
2022-11-06 09:05:05 +01:00
2023-01-17 23:35:53 +01:00
2022-10-19 22:23:19 +02:00
2023-02-26 19:22:10 +01:00
2023-01-17 23:35:53 +01:00
2023-01-17 08:38:54 +01:00
2023-01-30 21:42:47 +01:00
2022-10-19 22:23:19 +02:00
2022-11-06 09:05:05 +01:00
2023-01-30 21:42:47 +01:00