[PATCH] D25491: [libcxx] Use C++14 when building libc++ with musl

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 21 18:52:01 PDT 2016


EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: CMakeLists.txt:331
+  # not a constexpr in C++11 but is in C++14, so we use C++14 with musl.
+  set(LIBCXX_STANDARD_VER c++14)
+endif()
----------------
This should probably overwrite the cache entry.


Repository:
  rL LLVM

https://reviews.llvm.org/D25491





More information about the cfe-commits mailing list