diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-04-26 07:13:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-26 07:13:08 +0200 |
| commit | 82a87f3ae3b848101f4e8bb928ba07e11dd81f59 (patch) | |
| tree | ac23c6a16077628e391c7b066c7246beb1c82ea7 | |
| parent | 806260e973deb3a0e10f193880b5e0db27b3ab48 (diff) | |
| parent | 2afb117f8f78e5a18609a4daf4f1e6204bd63360 (diff) | |
| download | rust-82a87f3ae3b848101f4e8bb928ba07e11dd81f59.tar.gz rust-82a87f3ae3b848101f4e8bb928ba07e11dd81f59.zip | |
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 (https://github.com/rust-lang/rust/commit/12167d7064597993355e41d3a8c20654bccaf0be)
| -rw-r--r-- | compiler/rustc_llvm/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_llvm/src/lib.rs b/compiler/rustc_llvm/src/lib.rs index 68058250a26..ed5edeef161 100644 --- a/compiler/rustc_llvm/src/lib.rs +++ b/compiler/rustc_llvm/src/lib.rs @@ -229,6 +229,7 @@ pub fn initialize_available_targets() { LLVMInitializeXtensaTargetInfo, LLVMInitializeXtensaTarget, LLVMInitializeXtensaTargetMC, + LLVMInitializeXtensaAsmPrinter, LLVMInitializeXtensaAsmParser ); init_target!( |
