Files
clang-p2996/libc/startup/linux/do_start.cpp
Schrodinger ZHU Yifan 4a9b5aa116 [libc][NFC] remove TODO about AppProperties (#79356)
```
AppProperties app;
```
is marked as a weak symbol in header now. One can just use `&app !=
nullptr` to check if `app` is defined. There is no need to define it for
overlay mode.
2024-01-24 15:18:11 -05:00

5.5 KiB