[all-commits] [llvm/llvm-project] b60430: [Driver] Support libc++ in MSVC
Petr Hosek via All-commits
all-commits at lists.llvm.org
Sat May 22 13:33:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b604301be3559fb85a11779db79fc9bda4b62bce
https://github.com/llvm/llvm-project/commit/b604301be3559fb85a11779db79fc9bda4b62bce
Author: Petr Hosek <phosek at google.com>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M clang/lib/Driver/ToolChains/MSVC.cpp
A clang/test/Driver/Inputs/msvc_libcxx_tree/usr/bin/.keep
A clang/test/Driver/Inputs/msvc_libcxx_tree/usr/include/c++/v1/.keep
A clang/test/Driver/Inputs/msvc_libcxx_tree/usr/include/x86_64-pc-windows-msvc/c++/v1/.keep
A clang/test/Driver/Inputs/msvc_libcxx_tree/usr/lib/.keep
A clang/test/Driver/Inputs/msvc_libcxx_tree/usr/lib/x86_64-pc-windows-msvc/.keep
A clang/test/Driver/msvc-libcxx.cpp
Log Message:
-----------
[Driver] Support libc++ in MSVC
This implements support for using libc++ headers and library in the MSVC
toolchain. We only support libc++ that is a part of the toolchain, and
not headers installed elsewhere on the system.
Differential Revision: https://reviews.llvm.org/D101479
More information about the All-commits
mailing list