[AMDGPU] Test codegen'ing True16 additions.
[llvm-project.git] / llvm / utils / gn / secondary / libcxx / config.gni
blobe5bdf545da4fb41deeb39e0a95b01e255245f185
1 declare_args() {
2   # libc++ ABI version. Either 1 (default) or 2 (unstable).
3   libcxx_abi_version = 1
5   # libc++ inline ABI namespace. Defaults to __n, where n is the ABI version.
6   libcxx_abi_namespace = ""
8   # Build timezone database as part of libc++experimental.
9   libcxx_enable_time_zone_database = target_os == "linux"