Files
llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
hanbeom bb7db7c15e [WebAssembly] Fix null Subtarget crash for addrspace(1) globals (#181536)
If Subtarget is null during global emission, it is now retrieved
from TargetMachine to prevent crashes caused by empty VTs in
wasmSymbolSetType.

Fixed: https://github.com/llvm/llvm-project/issues/181527
2026-03-26 21:04:57 +09:00

28 KiB