From: Louis Dionne Date: Thu, 23 Jul 2020 16:39:38 +0000 (-0400) Subject: [libc++abi] Also build the static archive with C++17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aae2ff645bd5d89e4618bcd6d1ee0f115f3d47d3;p=platform%2Fupstream%2Fllvm.git [libc++abi] Also build the static archive with C++17 The dylib and the static archive should really be built using the same Standard, it was just an oversight. --- diff --git a/libcxxabi/src/CMakeLists.txt b/libcxxabi/src/CMakeLists.txt index 10300d1..85e3fda 100644 --- a/libcxxabi/src/CMakeLists.txt +++ b/libcxxabi/src/CMakeLists.txt @@ -234,7 +234,7 @@ if (LIBCXXABI_ENABLE_STATIC) CXX_EXTENSIONS OFF CXX_STANDARD - 11 + 17 CXX_STANDARD_REQUIRED ON COMPILE_FLAGS