Home
last modified time | relevance | path

Searched refs:emitASM (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp227 bool emitASM = ctx.config.emit == EmitKind::ASM; in compile() local
228 const char *Ext = emitASM ? ".s" : ".obj"; in compile()
262 if (llvm::is_contained(ctx.config.saveTempsArgs, "prelink") || emitASM) in compile()
264 if (!emitASM) in compile()