[all-commits] [llvm/llvm-project] 437d4e: Revert "try to fix windows build after 73e585e44d"...
dyung via All-commits
all-commits at lists.llvm.org
Fri Feb 11 23:49:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 437d4e01fe4c057509dff30efd560049ad07bc99
https://github.com/llvm/llvm-project/commit/437d4e01fe4c057509dff30efd560049ad07bc99
Author: Douglas Yung <douglas.yung at sony.com>
Date: 2022-02-11 (Fri, 11 Feb 2022)
Changed paths:
M clang/docs/tools/clang-formatted-files.txt
M clang/lib/Driver/CMakeLists.txt
M clang/lib/Driver/ToolChains/MSVC.cpp
M clang/lib/Driver/ToolChains/MSVC.h
A clang/lib/Driver/ToolChains/MSVCSetupApi.h
M lld/COFF/CMakeLists.txt
M lld/COFF/Driver.cpp
M lld/COFF/Driver.h
M lld/COFF/Options.td
M lld/COFF/SymbolTable.cpp
M lld/docs/ReleaseNotes.rst
R lld/test/COFF/winsysroot.test
R llvm/include/llvm/WindowsDriver/MSVCPaths.h
R llvm/include/llvm/WindowsDriver/MSVCSetupApi.h
M llvm/lib/CMakeLists.txt
R llvm/lib/WindowsDriver/CMakeLists.txt
R llvm/lib/WindowsDriver/MSVCPaths.cpp
M llvm/utils/gn/secondary/clang/lib/Driver/BUILD.gn
M llvm/utils/gn/secondary/lld/COFF/BUILD.gn
R llvm/utils/gn/secondary/llvm/lib/WindowsDriver/BUILD.gn
Log Message:
-----------
Revert "try to fix windows build after 73e585e44d" and
Revert "Reland "[lld/coff] Make lld-link work in a non-MSVC shell, add /winsysroot:""
This reverts commit 0574b5fc657451c9d13d3f6d8fe14ea15c23a681 and 73e585e44d68cf77e2e3274e98c9615156a7d909.
This change is causing the test Driver/cl-options.c to fail on Windows buildbots.
https://lab.llvm.org/staging/#/builders/204/builds/1343
More information about the All-commits
mailing list