Peter Collingbourne de7be32734
gn build: libcxx: Add libc include path and re-enable.
Reviewers: aeubanks, nico

Reviewed By: aeubanks

Pull Request: https://github.com/llvm/llvm-project/pull/124679
2025-02-05 14:46:11 -08:00

9 lines
190 B
Plaintext

config("common_utils_config") {
include_dirs = [ "." ]
defines = [ "LIBC_NAMESPACE=__llvm_libc_common_utils" ]
}
group("common_utils") {
public_configs = [ ":common_utils_config" ]
}