[MIPS GlobalISel] Select MSA vector generic and builtin add
[llvm-complete.git] / utils / gn / secondary / libcxx / config.gni
blobb90263a1f90323dd64eac8119fcd423a33c2c89c
1 declare_args() {
2   # ABI version of libc++. Can be either 1 or 2, where 2 is currently not stable. Defaults to 1.
3   libcxx_abi_version = 1
5   # The inline ABI namespace used by libc++. It defaults to __n where `n` is the current ABI version.
6   libcxx_abi_namespace = ""
8   # Unstable ABI of libc++.
9   libcxx_abi_unstable = false