Skip to content

Commit e86c85d

Browse files
[Arm-toolchain] [ATfE] Disable libxml2 in ATfE (#169)
- libxml2 is an external dependency used by lld's coff port lld-link to merge XML manifest files - We don't need this dependency for ATfE
1 parent 42a9473 commit e86c85d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arm-software/embedded/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ set(LLVM_APPEND_VC_REV OFF CACHE BOOL "")
240240
set(LLVM_ENABLE_TERMINFO OFF CACHE BOOL "")
241241
set(LLVM_ENABLE_ZLIB OFF CACHE BOOL "")
242242
set(LLVM_ENABLE_ZSTD OFF CACHE BOOL "")
243+
set(LLVM_ENABLE_LIBXML2 OFF CACHE BOOL "")
243244
set(CLANG_DEFAULT_LINKER lld CACHE STRING "")
244245

245246
# Default to a release build

0 commit comments

Comments
 (0)