mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 14:59:06 +00:00
Change llvmext.dll to rustllvm.dll in the new build system to match the def file
This commit is contained in:
parent
0943475f37
commit
700c946739
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ ifdef CFG_UNIXY
|
|||
endif
|
||||
|
||||
CFG_RUNTIME :=$(call CFG_LIB_NAME,rustrt)
|
||||
CFG_LLVMEXT :=$(call CFG_LIB_NAME,llvmext)
|
||||
CFG_LLVMEXT :=$(call CFG_LIB_NAME,rustllvm)
|
||||
CFG_STDLIB :=$(call CFG_LIB_NAME,std)
|
||||
|
||||
CFG_LLC_CFLAGS := -march=x86
|
||||
|
|
Loading…
Reference in a new issue