We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb70ee5 commit 769fa48Copy full SHA for 769fa48
src/test/run-make/target-specs/Makefile
@@ -2,7 +2,7 @@
2
all:
3
$(RUSTC) foo.rs --target=my-awesome-platform.json --crate-type=lib --emit=asm
4
grep --quiet --invert-match morestack < $(TMPDIR)/foo.s
5
- $(RUSTC) foo.rs --target=my-invalid-platform.json 2>&1 | grep --quiet --invert-match "Error loading taget specification"
+ $(RUSTC) foo.rs --target=my-invalid-platform.json 2>&1 | grep --quiet "Error loading target specification"
6
$(RUSTC) foo.rs --target=my-incomplete-platform.json 2>&1 | grep 'Field llvm-target'
7
RUST_TARGET_PATH=. $(RUSTC) foo.rs --target=my-awesome-platform --crate-type=lib --emit=asm
8
RUST_TARGET_PATH=. $(RUSTC) foo.rs --target=x86_64-unknown-linux-gnu --crate-type=lib --emit=asm
0 commit comments