Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2022-02-12 00:02:28 +0300
committerAdrian Prantl <aprantl@apple.com>2022-02-12 00:07:23 +0300
commitbaac665adf324672802dcc7037a25468e9569c95 (patch)
tree3c56020edc4c3697cc335346b163c388baaa0dd0 /utils
parentd5c314cdf43aeab2e7eda2b8a40afae4d01b030f (diff)
Revert "[lld/coff] Make lld-link work in a non-MSVC shell, add /winsysroot:"
This reverts commit b3b2538df100ec7f6587b0ee70819a3c8ee2c27e, it introduced a cycklic module depenency that broke the -DLLVM_ENABLE_MODULES=1 build.
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/clang/BUILD.bazel3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/clang/BUILD.bazel b/utils/bazel/llvm-project-overlay/clang/BUILD.bazel
index 7fe7cb855354..43462d77d00e 100644
--- a/utils/bazel/llvm-project-overlay/clang/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/clang/BUILD.bazel
@@ -1310,6 +1310,9 @@ cc_library(
"lib/Driver/ToolChains/Arch/*.cpp",
"lib/Driver/ToolChains/Arch/*.h",
],
+ exclude = [
+ "lib/Driver/ToolChains/MSVCSetupApi.h",
+ ],
),
hdrs = glob([
"include/clang/Driver/*.h",