diff options
| author | Petr Hosek <phosek@chromium.org> | 2019-05-02 19:07:23 +0000 |
|---|---|---|
| committer | Petr Hosek <phosek@chromium.org> | 2019-05-02 19:07:23 +0000 |
| commit | 40028046cdbf54bdf883d4c462f942649cf608fd (patch) | |
| tree | 42bdbd636b9a0f8f1c42813cf19777a5c0ff4c88 /llvm/utils | |
| parent | daa3c5b1325eefbb9adf843d2883f06b5c3fb231 (diff) | |
| download | bcm5719-llvm-40028046cdbf54bdf883d4c462f942649cf608fd.tar.gz bcm5719-llvm-40028046cdbf54bdf883d4c462f942649cf608fd.zip | |
[gn] Include libcxx configuration file
This was omitted in r359806 but is already referenced in the GN build.
llvm-svn: 359815
Diffstat (limited to 'llvm/utils')
| -rw-r--r-- | llvm/utils/gn/secondary/libcxx/config.gni | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/libcxx/config.gni b/llvm/utils/gn/secondary/libcxx/config.gni new file mode 100644 index 00000000000..b90263a1f90 --- /dev/null +++ b/llvm/utils/gn/secondary/libcxx/config.gni @@ -0,0 +1,10 @@ +declare_args() { + # ABI version of libc++. Can be either 1 or 2, where 2 is currently not stable. Defaults to 1. + libcxx_abi_version = 1 + + # The inline ABI namespace used by libc++. It defaults to __n where `n` is the current ABI version. + libcxx_abi_namespace = "" + + # Unstable ABI of libc++. + libcxx_abi_unstable = false +} |

