Remove some `ignore-stage1` annotations.

This commit is contained in:
Eric Huss 2020-07-02 22:29:38 -07:00
parent 3503f565e1
commit 9b6b400084
3 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,3 @@
// WONTFIX(#20184) Needs landing pads (not present in stage1) or the compiler hangs.
// ignore-stage1
// compile-flags: -C codegen-units=2
// ignore-emscripten

View File

@ -1,7 +1,5 @@
-include ../tools.mk
# ignore-stage1
all:
$(RUSTC) a.rs && $(RUSTC) b.rs
$(BARE_RUSTC) c.rs -L dependency=$(TMPDIR) --extern b=$(TMPDIR)/libb.rlib \

View File

@ -1,6 +1,4 @@
-include ../tools.mk
# ignore-stage1
all:
$(RUSTC) a.rs && $(RUSTC) b.rs && $(RUSTC) c.rs