incr-comp: add ignore-32bit directive to incr-prev-body-beyond-eof test
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
This commit is contained in:
parent
73351109f5
commit
dac57e67d6
@ -1,4 +1,7 @@
|
||||
-include ../../run-make-fulldeps/tools.mk
|
||||
include ../../run-make-fulldeps/tools.mk
|
||||
|
||||
# FIXME https://github.com/rust-lang/rust/issues/78911
|
||||
# ignore-32bit wrong/no cross compiler and sometimes we pass wrong gcc args (-m64)
|
||||
|
||||
# Tests that we don't ICE during incremental compilation after modifying a
|
||||
# function span such that its previous end line exceeds the number of lines
|
||||
|
@ -1,5 +1,6 @@
|
||||
include ../../run-make-fulldeps/tools.mk
|
||||
|
||||
# FIXME https://github.com/rust-lang/rust/issues/78911
|
||||
# ignore-32bit wrong/no cross compiler and sometimes we pass wrong gcc args (-m64)
|
||||
|
||||
all: foo
|
||||
|
Loading…
Reference in New Issue
Block a user