Skip to content

Commit f502469

Browse files
committed
Remove support for the old-style intrinsics
Closes #2042 Closes #1981
1 parent 0303396 commit f502469

22 files changed

+15
-1021
lines changed

Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ HSREQ$(1)_H_$(3) = \
317317
TSREQ$(1)_T_$(2)_H_$(3) = \
318318
$$(HSREQ$(1)_H_$(3)) \
319319
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_RUNTIME) \
320-
$$(TLIB$(1)_T_$(2)_H_$(3))/intrinsics.bc \
321320
$$(TLIB$(1)_T_$(2)_H_$(3))/libmorestack.a
322321

323322
# Prerequisites for complete stageN targets

mk/clean.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ clean$(1)_T_$(2)_H_$(3):
9999
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/$(LIBRUSTC_GLOB)
100100
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/$(CFG_RUSTLLVM)
101101
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/libstd.rlib
102-
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/intrinsics.bc
103-
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/intrinsics.ll
104102
$(Q)rm -f $$(TLIB$(1)_T_$(2)_H_$(3))/libmorestack.a
105103
endef
106104

mk/install.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ install-target-$(1)-host-$(2): $$(SREQ$$(ISTAGE)_T_$(1)_H_$(2))
4242
$$(TL$(1)$(2)),$$(PTL$(1)$(2)),$$(STDLIB_GLOB))
4343
$$(Q)$$(call INSTALL_LIB, \
4444
$$(TL$(1)$(2)),$$(PTL$(1)$(2)),$$(LIBRUSTC_GLOB))
45-
$$(Q)$$(call INSTALL,$$(TL$(1)$(2)),$$(PTL$(1)$(2)),intrinsics.bc)
4645
$$(Q)$$(call INSTALL,$$(TL$(1)$(2)),$$(PTL$(1)$(2)),libmorestack.a)
4746

4847
endef

mk/target.mk

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,6 @@ USE_SNAPSHOT_CORELIB=0
1313

1414
define TARGET_STAGE_N
1515

16-
$$(TLIB$(1)_T_$(2)_H_$(3))/intrinsics.ll: \
17-
$$(S)src/rt/intrinsics/intrinsics.$(HOST_$(2)).ll.in
18-
@$$(call E, sed: $$@)
19-
$$(Q)sed s/@CFG_TARGET_TRIPLE@/$(2)/ $$< > $$@
20-
21-
$$(TLIB$(1)_T_$(2)_H_$(3))/intrinsics.bc: \
22-
$$(TLIB$(1)_T_$(2)_H_$(3))/intrinsics.ll \
23-
$$(LLVM_CONFIG_$(2))
24-
@$$(call E, llvms-as: $$@)
25-
$$(Q)$$(LLVM_AS_$(2)) -o $$@ $$<
26-
2716
$$(TLIB$(1)_T_$(2)_H_$(3))/libmorestack.a: \
2817
rt/$(2)/arch/$$(HOST_$(2))/libmorestack.a
2918
@$$(call E, cp: $$@)

src/etc/gen-intrinsics

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/rt/intrinsics/intrinsics.cpp

Lines changed: 0 additions & 174 deletions
This file was deleted.

0 commit comments

Comments
 (0)