Skip to content

Commit 1f04a1d

Browse files
committed
Teach rustc about the Xtensa arch.
1 parent 67c5629 commit 1f04a1d

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
@@ -230,6 +230,7 @@ pub fn initialize_available_targets() {
230230
LLVMInitializeXtensaTargetInfo,
231231
LLVMInitializeXtensaTarget,
232232
LLVMInitializeXtensaTargetMC,
233+
LLVMInitializeXtensaAsmPrinter,
233234
LLVMInitializeXtensaAsmParser
234235
);
235236
init_target!(

0 commit comments

Comments
 (0)