[all-commits] [llvm/llvm-project] 9625d6: [Driver] Support libc++ in MSVC
Petr Hosek via All-commits
all-commits at lists.llvm.org
Mon Jun 7 23:36:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9625d61eb66c12388875e081b63ebed7e42c6bbb
https://github.com/llvm/llvm-project/commit/9625d61eb66c12388875e081b63ebed7e42c6bbb
Author: Petr Hosek <phosek at google.com>
Date: 2021-06-07 (Mon, 07 Jun 2021)
Changed paths:
M clang/include/clang/Driver/Options.td
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