llvm-project
d724bab8 - [libc][bazel] Create a libc_header_library macro for hand-in-hand. (#133131)

Commit
192 days ago
[libc][bazel] Create a libc_header_library macro for hand-in-hand. (#133131) Create a proper way to build header-only libraries for llvm-libc code sharing. Use it to group headers that can be shared with libcxx for std::from_chars() implementation. It mostly works, though the macro needs to be updated to enforce that no .cpp files are listed in dependencies (it's not the case now) - see PR #133126.
Author
Parents
Loading