bolt/deps/llvm-18.1.8/llvm/utils/gn/secondary/libcxx/config.gni
2025-02-14 19:21:04 +01:00

10 lines
329 B
Text

declare_args() {
# libc++ ABI version. Either 1 (default) or 2 (unstable).
libcxx_abi_version = 1
# libc++ inline ABI namespace. Defaults to __n, where n is the ABI version.
libcxx_abi_namespace = ""
# Build timezone database as part of libc++experimental.
libcxx_enable_time_zone_database = target_os == "linux"
}