File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
issue-97463-abi-param-passing
print-calling-conventions
raw-dylib-import-name-type
rlib-format-packed-bundled-libs-2
rlib-format-packed-bundled-libs-3 Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- - include ../tools.mk
1
+ include ../../run-make-fulldeps /tools.mk
2
2
3
3
# ignore-msvc
4
4
Original file line number Diff line number Diff line change 1
1
# only-macos
2
2
3
- - include ../../run-make-fulldeps/tools.mk
3
+ include ../../run-make-fulldeps/tools.mk
4
4
5
5
"$(TMPDIR ) "/libnative-library.a : native-library.c
6
6
$(CC ) -arch arm64 -arch x86_64 native-library.c -c -o " $( TMPDIR) " /native-library.o
Original file line number Diff line number Diff line change 1
- - include ../tools.mk
1
+ include ../../run-make-fulldeps /tools.mk
2
2
3
3
all :
4
4
$(RUSTC ) --print calling-conventions
Original file line number Diff line number Diff line change 3
3
# only-x86
4
4
# only-windows
5
5
6
- - include ../../run-make-fulldeps/tools.mk
6
+ include ../../run-make-fulldeps/tools.mk
7
7
8
8
all :
9
9
$(RUSTC ) --crate-type bin driver.rs -L " $( TMPDIR) "
Original file line number Diff line number Diff line change 1
- - include ../../run-make-fulldeps/tools.mk
1
+ include ../../run-make-fulldeps/tools.mk
2
2
3
3
# ignore-cross-compile
4
4
Original file line number Diff line number Diff line change 1
- - include ../../run-make-fulldeps/tools.mk
1
+ include ../../run-make-fulldeps/tools.mk
2
2
3
3
# ignore-cross-compile
4
4
# only-linux
Original file line number Diff line number Diff line change 1
1
# needs-profiler-support
2
2
# ignore-windows-gnu
3
3
4
- - include ../../run-make-fulldeps/tools.mk
4
+ include ../../run-make-fulldeps/tools.mk
5
5
6
6
# FIXME(eddyb) provide `HOST_RUSTC` and `TARGET_RUSTC`
7
7
# instead of hardcoding them everywhere they're needed.
You can’t perform that action at this time.
0 commit comments