[all-commits] [llvm/llvm-project] a42303: [Driver] Support libc++ in MSVC
Petr Hosek via All-commits
all-commits at lists.llvm.org
Wed Aug 17 21:05:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4230319f7af786f4d947f39a870f339b32a6fe7
https://github.com/llvm/llvm-project/commit/a4230319f7af786f4d947f39a870f339b32a6fe7
Author: Petr Hosek <phosek at google.com>
Date: 2022-08-18 (Thu, 18 Aug 2022)
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 in MSVC toolchain.
We only support libc++ headers that are 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