Skip to content

Commit b6bd221

Browse files
committed
Disable inprocess lld as library
1 parent b3ad88b commit b6bd221

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

third_party/xla/xla/debug_options_flags.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,8 @@ DebugOptions DefaultDebugOptionsIgnoringFlags() {
400400
#endif
401401

402402
#ifdef HAS_SUPPORT_FOR_LLD_AS_A_LIBRARY
403-
opts.set_xla_gpu_use_inprocess_lld(true);
403+
// TODO weekly-sync 2025-11-17 enable it once lldMain stops segfaulting
404+
opts.set_xla_gpu_use_inprocess_lld(false);
404405
#endif
405406

406407
opts.set_xla_gpu_use_memcpy_local_p2p(false);

0 commit comments

Comments
 (0)