Remove some ignore-stage1
annotations.
This commit is contained in:
parent
3503f565e1
commit
9b6b400084
@ -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
|
// compile-flags: -C codegen-units=2
|
||||||
// ignore-emscripten
|
// ignore-emscripten
|
||||||
|
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
-include ../tools.mk
|
-include ../tools.mk
|
||||||
|
|
||||||
# ignore-stage1
|
|
||||||
|
|
||||||
all:
|
all:
|
||||||
$(RUSTC) a.rs && $(RUSTC) b.rs
|
$(RUSTC) a.rs && $(RUSTC) b.rs
|
||||||
$(BARE_RUSTC) c.rs -L dependency=$(TMPDIR) --extern b=$(TMPDIR)/libb.rlib \
|
$(BARE_RUSTC) c.rs -L dependency=$(TMPDIR) --extern b=$(TMPDIR)/libb.rlib \
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
-include ../tools.mk
|
-include ../tools.mk
|
||||||
|
|
||||||
# ignore-stage1
|
|
||||||
|
|
||||||
all:
|
all:
|
||||||
$(RUSTC) a.rs && $(RUSTC) b.rs && $(RUSTC) c.rs
|
$(RUSTC) a.rs && $(RUSTC) b.rs && $(RUSTC) c.rs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user