[clang] Revert "[Fuchsia] Not building llvm-mt when LIBXML2 is not enabled." (PR #136216)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 17 15:21:31 PDT 2025
https://github.com/ilovepi created https://github.com/llvm/llvm-project/pull/136216
Reverts llvm/llvm-project#135877
This is causing some problems on Fuchsia's windows CI. We'll need a different solution to triage other builders.
https://ci.chromium.org/ui/p/fuchsia/builders/toolchain.ci/clang-windows-x64/b8717476961063994817/overview
>From ec7a8c6bbfc4aac42cd6f29891d04fb028b84c2e Mon Sep 17 00:00:00 2001
From: Paul Kirth <paulkirth at google.com>
Date: Thu, 17 Apr 2025 15:19:20 -0700
Subject: [PATCH] Revert "[Fuchsia] Not building llvm-mt when LIBXML2 is not
enabled. (#135877)"
This reverts commit 860d0383db80ea881e957a5628d04e9d725b919d.
---
clang/cmake/caches/Fuchsia-stage2.cmake | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/clang/cmake/caches/Fuchsia-stage2.cmake b/clang/cmake/caches/Fuchsia-stage2.cmake
index e10855f5ef31b..99890b8246ad7 100644
--- a/clang/cmake/caches/Fuchsia-stage2.cmake
+++ b/clang/cmake/caches/Fuchsia-stage2.cmake
@@ -459,6 +459,7 @@ set(LLVM_TOOLCHAIN_TOOLS
llvm-libtool-darwin
llvm-lipo
llvm-ml
+ llvm-mt
llvm-nm
llvm-objcopy
llvm-objdump
@@ -480,10 +481,6 @@ set(LLVM_TOOLCHAIN_TOOLS
scan-build-py
CACHE STRING "")
-if (LLVM_ENABLE_LIBXML2)
- list(APPEND LLVM_TOOLCHAIN_TOOLS llvm-mt)
-endif()
-
set(LLVM_Toolchain_DISTRIBUTION_COMPONENTS
bolt
clang
More information about the cfe-commits
mailing list