Files
clang-p2996/libc/cmake/modules/LibcConfig.cmake
Joseph Huber 14e20eebd1 [libc] Fix missing default value for errno config (#100175)
Summary:
The configs all need default values which targets then override. This
one was an empty string which made the logic report an error. The only
reason it wasn't a build failure was because of a stray `:`.
2024-07-23 15:05:40 -05:00

9.1 KiB