Skip to content

Commit 2afb117

Browse files
committed
feat: Add XtensaAsmPrinter
1 parent dc8fe1f commit 2afb117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_llvm/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ pub fn initialize_available_targets() {
229229
LLVMInitializeXtensaTargetInfo,
230230
LLVMInitializeXtensaTarget,
231231
LLVMInitializeXtensaTargetMC,
232+
LLVMInitializeXtensaAsmPrinter,
232233
LLVMInitializeXtensaAsmParser
233234
);
234235
init_target!(

0 commit comments

Comments
 (0)