[all-commits] [llvm/llvm-project] 0d5af7: Revert "[CMake] Don't use libc++ by default on Win...

Petr Hosek via All-commits all-commits at lists.llvm.org
Fri Jun 11 00:46:34 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0d5af7a4caaf19ff97ca90e9ca7f2b78a858ab07
      https://github.com/llvm/llvm-project/commit/0d5af7a4caaf19ff97ca90e9ca7f2b78a858ab07
  Author: Petr Hosek <phosek at google.com>
  Date:   2021-06-11 (Fri, 11 Jun 2021)

  Changed paths:
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/cmake/caches/Fuchsia.cmake

  Log Message:
  -----------
  Revert "[CMake] Don't use libc++ by default on Windows yet"

This reverts commit b413e44200e715c254fa9a41f6a86f8761c9b362.


  Commit: 22f194909ae24aed817976fb54b759550e90db36
      https://github.com/llvm/llvm-project/commit/22f194909ae24aed817976fb54b759550e90db36
  Author: Petr Hosek <phosek at google.com>
  Date:   2021-06-11 (Fri, 11 Jun 2021)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M clang/lib/Driver/ToolChains/MSVC.cpp
    R clang/test/Driver/Inputs/msvc_libcxx_tree/usr/bin/.keep
    R clang/test/Driver/Inputs/msvc_libcxx_tree/usr/include/c++/v1/.keep
    R clang/test/Driver/Inputs/msvc_libcxx_tree/usr/include/x86_64-pc-windows-msvc/c++/v1/.keep
    R clang/test/Driver/Inputs/msvc_libcxx_tree/usr/lib/.keep
    R clang/test/Driver/Inputs/msvc_libcxx_tree/usr/lib/x86_64-pc-windows-msvc/.keep
    R clang/test/Driver/msvc-libcxx.cpp

  Log Message:
  -----------
  Revert "[Driver] Support libc++ in MSVC"

This reverts commit 9625d61eb66c12388875e081b63ebed7e42c6bbb since
libc++ currently has issues with disabled exceptions which breaks
the runtimes build.


Compare: https://github.com/llvm/llvm-project/compare/f3f904563ec9...22f194909ae2


More information about the All-commits mailing list