Skip to content

Commit 9af61f5

Browse files
authored
Revert "[Fuchsia] Not building llvm-mt when LIBXML2 is not enabled." (#136216)
Reverts #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
1 parent 655b9db commit 9af61f5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

clang/cmake/caches/Fuchsia-stage2.cmake

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ set(LLVM_TOOLCHAIN_TOOLS
459459
llvm-libtool-darwin
460460
llvm-lipo
461461
llvm-ml
462+
llvm-mt
462463
llvm-nm
463464
llvm-objcopy
464465
llvm-objdump
@@ -480,10 +481,6 @@ set(LLVM_TOOLCHAIN_TOOLS
480481
scan-build-py
481482
CACHE STRING "")
482483

483-
if (LLVM_ENABLE_LIBXML2)
484-
list(APPEND LLVM_TOOLCHAIN_TOOLS llvm-mt)
485-
endif()
486-
487484
set(LLVM_Toolchain_DISTRIBUTION_COMPONENTS
488485
bolt
489486
clang

0 commit comments

Comments
 (0)