[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / utils / gn / secondary / libcxx / config.gni
blob7bb7fb70ea88ea32cb3268646046d3793c1ba405
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   # Whether to support libc++ opt-in debug mode via _LIBCPP_ENABLE_DEBUG_MODE.
9   libcxx_enable_debug_mode = false