Skip to content

Commit f35db2f

Browse files
committed
Teach rustc about the Xtensa arch.
1 parent 985bc10 commit f35db2f

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
@@ -197,6 +197,7 @@ pub fn initialize_available_targets() {
197197
LLVMInitializeXtensaTargetInfo,
198198
LLVMInitializeXtensaTarget,
199199
LLVMInitializeXtensaTargetMC,
200+
LLVMInitializeXtensaAsmPrinter,
200201
LLVMInitializeXtensaAsmParser
201202
);
202203
init_target!(

0 commit comments

Comments
 (0)