Skip to content

Commit 9cd49d7

Browse files
authored
Unrolled build for rust-lang#140253
Rollup merge of rust-lang#140253 - SergioGasquez:feat/xtensa-asm-printer, r=cuviper Add XtensaAsmPrinter See rust-lang#133601. The PR was closed because it required LLVM 19 in CI added with (rust-lang@12167d7)
2 parents d3508a8 + 2afb117 commit 9cd49d7

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)