Skip to content

Commit 700c946

Browse files
committed
Change llvmext.dll to rustllvm.dll in the new build system to match the def file
1 parent 0943475 commit 700c946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ifdef CFG_UNIXY
126126
endif
127127

128128
CFG_RUNTIME :=$(call CFG_LIB_NAME,rustrt)
129-
CFG_LLVMEXT :=$(call CFG_LIB_NAME,llvmext)
129+
CFG_LLVMEXT :=$(call CFG_LIB_NAME,rustllvm)
130130
CFG_STDLIB :=$(call CFG_LIB_NAME,std)
131131

132132
CFG_LLC_CFLAGS := -march=x86

0 commit comments

Comments
 (0)