
Reviewers: aeubanks, nico Reviewed By: aeubanks Pull Request: https://github.com/llvm/llvm-project/pull/124679
9 lines
190 B
Plaintext
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" ]
|
|
}
|