]> git.proxmox.com Git - rustc.git/blob - src/test/run-make-fulldeps/issue-69368/Makefile
Update unsuspicious file list
[rustc.git] / src / test / run-make-fulldeps / issue-69368 / Makefile
1 include ../tools.mk
2
3 # Test that previously triggered a linker failure with root cause
4 # similar to one found in the issue #69368.
5 #
6 # The crate that provides oom lang item is missing some other lang
7 # items. Necessary to prevent the use of start-group / end-group.
8 #
9 # The weak lang items are defined in a separate compilation units,
10 # so that linker could omit them if not used.
11 #
12 # The crates that need those weak lang items are dependencies of
13 # crates that provide them.
14
15 all:
16 $(RUSTC) a.rs
17 $(RUSTC) b.rs
18 $(RUSTC) c.rs