it's libcompiler-rt.lib on windows

This commit is contained in:
Jorge Aparicio 2016-09-04 10:40:22 -05:00 committed by Alex Crichton
parent 3fd5fdd8d3
commit e6da837e99
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ TSREQ$(1)_T_$(2)_H_$(3) = \
$$(HSREQ$(1)_H_$(3)) \
$$(foreach obj,$$(REQUIRED_OBJECTS_$(2)),\
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(obj)) \
$$(TLIB0_T_$(2)_H_$(3))/libcompiler-rt.a
$$(TLIB0_T_$(2)_H_$(3))/$$(call CFG_STATIC_LIB_NAME_$(2),compiler-rt)
# ^ This copies `libcompiler-rt.a` to the stage0 sysroot
# ^ TODO(stage0) update this to not copy `libcompiler-rt.a` to stage0