Skip to content

Commit df67ac0

Browse files
committed
[ATfE] Enable locale in libc++ with LLVM-libc
This is required for std::cout. This patch relies on the following: llvm/llvm-project#156330 llvm/llvm-project#156331
1 parent 0120264 commit df67ac0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arm-software/embedded/arm-runtimes/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,6 @@ if(ENABLE_CXX_LIBS)
858858
-DLIBCXX_ENABLE_THREADS=OFF
859859
-DLIBCXX_ENABLE_WIDE_CHARACTERS=OFF
860860
-DLIBCXX_ENABLE_FILESYSTEM=OFF
861-
-DLIBCXX_ENABLE_LOCALIZATION=OFF
862861
-DLIBCXX_ENABLE_UNICODE=OFF
863862
-DLIBUNWIND_ENABLE_THREADS=OFF
864863
-DLIBCXXABI_ENABLE_EXCEPTIONS=${ENABLE_EXCEPTIONS}

0 commit comments

Comments
 (0)