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:
commit
82a87f3ae3
1 changed files with 1 additions and 0 deletions
|
|
@ -229,6 +229,7 @@ pub fn initialize_available_targets() {
|
|||
LLVMInitializeXtensaTargetInfo,
|
||||
LLVMInitializeXtensaTarget,
|
||||
LLVMInitializeXtensaTargetMC,
|
||||
LLVMInitializeXtensaAsmPrinter,
|
||||
LLVMInitializeXtensaAsmParser
|
||||
);
|
||||
init_target!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue