Add Fuchsia support to some builtins and avoid building builtins that are not and will never be used on Fuchsia.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| lib/builtins/CMakeLists.txt | ||
|---|---|---|
| 226 ↗ | (On Diff #102105) | Feel free to stick eprintf.c in the "not on baremetal section", too. |
| lib/builtins/CMakeLists.txt | ||
|---|---|---|
| 226 ↗ | (On Diff #102105) | Should it be that one or the APPLE one? |
| compiler-rt/trunk/lib/builtins/int_util.c | ||
|---|---|---|
| 50 | Can __Fuscia__ && defined(_WIN32) ever be true? | |
Can __Fuscia__ && defined(_WIN32) ever be true?