Skip to content

Commit 57898d9

Browse files
committed
Drop targets
1 parent ee48d6a commit 57898d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/cmake/caches/Release.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ set(LLVM_RELEASE_LIBXML2_PREFIX OFF CACHE STRING "")
3434

3535
if(${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
3636
set (DEFAULT_PROJECTS "clang;lld;lldb;clang-tools-extra")
37-
set_instrument_and_final_stage_var(LLVM_TARGETS_TO_BUILD "AArch64;ARM;X86;BPF;WebAssembly;RISCV;NVPTX" STRING)
37+
#set_instrument_and_final_stage_var(LLVM_TARGETS_TO_BUILD "AArch64;ARM;X86;BPF;WebAssembly;RISCV;NVPTX" STRING)
38+
set_instrument_and_final_stage_var(LLVM_TARGETS_TO_BUILD "Native" STRING)
3839
set_instrument_and_final_stage_var(Python3_FIND_REGISTRY "NEVER" STRING)
3940
set_instrument_and_final_stage_var(LLDB_RELOCATABLE_PYTHON "1" STRING)
4041
set_instrument_and_final_stage_var(LLDB_EMBED_PYTHON_HOME "OFF" BOOL)

0 commit comments

Comments
 (0)