1
Fork 0

Provide the option to use libc++ even on all platforms

This is the default on platforms which use libc++ as the default C++
library but this option allows using libc++ on others as well.
This commit is contained in:
Petr Hosek 2018-11-13 16:25:51 -08:00
parent 36500deb1a
commit 7306b87f12
5 changed files with 17 additions and 0 deletions

View file

@ -62,6 +62,7 @@ o("full-tools", None, "enable all tools")
o("lld", "rust.lld", "build lld")
o("lldb", "rust.lldb", "build lldb")
o("missing-tools", "dist.missing-tools", "allow failures when building tools")
o("use-libcxx", "llvm.use_libcxx", "build LLVM with libc++")
# Optimization and debugging options. These may be overridden by the release
# channel, etc.