Skip to content

Commit cf675c3

Browse files
committed
Teach rustc about the Xtensa arch.
1 parent d242338 commit cf675c3

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
@@ -198,6 +198,7 @@ pub fn initialize_available_targets() {
198198
LLVMInitializeXtensaTargetInfo,
199199
LLVMInitializeXtensaTarget,
200200
LLVMInitializeXtensaTargetMC,
201+
LLVMInitializeXtensaAsmPrinter,
201202
LLVMInitializeXtensaAsmParser
202203
);
203204
init_target!(

0 commit comments

Comments
 (0)