Rollup merge of #140253 - SergioGasquez:feat/xtensa-asm-printer, r=cuviper
Add XtensaAsmPrinter
See https://github.com/rust-lang/rust/pull/133601. The PR was closed because it required LLVM 19 in CI added with (12167d7064)
This commit is contained in:
@@ -229,6 +229,7 @@ pub fn initialize_available_targets() {
|
||||
LLVMInitializeXtensaTargetInfo,
|
||||
LLVMInitializeXtensaTarget,
|
||||
LLVMInitializeXtensaTargetMC,
|
||||
LLVMInitializeXtensaAsmPrinter,
|
||||
LLVMInitializeXtensaAsmParser
|
||||
);
|
||||
init_target!(
|
||||
|
||||
Reference in New Issue
Block a user