[all-commits] [llvm/llvm-project] 5ff79f: Revert "[Driver] Support libc++ in MSVC"
Petr Hosek via All-commits
all-commits at lists.llvm.org
Sat May 22 15:51:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ff79f001feb6584e87173348a24f3f317e35984
https://github.com/llvm/llvm-project/commit/5ff79f001feb6584e87173348a24f3f317e35984
Author: Petr Hosek <phosek at google.com>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
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 b604301be3559fb85a11779db79fc9bda4b62bce since
it caused compilation failure in sanitizer_unwind_win.cpp when using
the runtimes build.
More information about the All-commits
mailing list