Skip to content

Commit 82a87f3

Browse files
authored
Rollup merge of #140253 - SergioGasquez:feat/xtensa-asm-printer, r=cuviper
Add XtensaAsmPrinter See #133601. The PR was closed because it required LLVM 19 in CI added with (12167d7)
2 parents 806260e + 2afb117 commit 82a87f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_llvm/src/lib.rs

Lines changed: 1 addition & 0 deletions
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)