Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/15.0-2022-12-07
/
.
/
llvm
/
utils
/
gn
/
secondary
/
libcxx
/
config.gni
blob: 9e49db1dcc8ceaa3dd08eaee148b3a61e1c6c5eb [
file
] [
log
] [
blame
]
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
=
""
}