Skip to content

Commit 9b6b400

Browse files
committed
Remove some ignore-stage1 annotations.
1 parent 3503f56 commit 9b6b400

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/test/compile-fail/asm-src-loc-codegen-units.rs

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

src/test/run-make-fulldeps/issue-37839/Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
-include ../tools.mk
22

3-
# ignore-stage1
4-
53
all:
64
$(RUSTC) a.rs && $(RUSTC) b.rs
75
$(BARE_RUSTC) c.rs -L dependency=$(TMPDIR) --extern b=$(TMPDIR)/libb.rlib \
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
-include ../tools.mk
22

3-
# ignore-stage1
4-
53
all:
64
$(RUSTC) a.rs && $(RUSTC) b.rs && $(RUSTC) c.rs

0 commit comments

Comments
 (0)