[libcxx-commits] [PATCH] D114283: [runtimes] Do not force -stdlib=libc++ on Apple platforms

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 22 09:05:25 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG774f7832fb25: [runtimes] Do not force -stdlib=libc++ on Apple platforms (authored by ldionne).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114283/new/

https://reviews.llvm.org/D114283

Files:
  runtimes/CMakeLists.txt


Index: runtimes/CMakeLists.txt
===================================================================
--- runtimes/CMakeLists.txt
+++ runtimes/CMakeLists.txt
@@ -81,10 +81,6 @@
 # This variable is used by individual runtimes to locate LLVM files.
 set(LLVM_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../llvm)
 
-if(APPLE)
-  set(LLVM_ENABLE_LIBCXX ON CACHE BOOL "")
-endif()
-
 include(CheckLibraryExists)
 include(CheckCCompilerFlag)
 include(CheckCXXCompilerFlag)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114283.388940.patch
Type: text/x-patch
Size: 453 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211122/5a51bd61/attachment.bin>


More information about the libcxx-commits mailing list