Skip to content

Commit 3c4b25b

Browse files
TO REMOVE: check nm output of cg_gcc
1 parent 6dad85a commit 3c4b25b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_codegen_gcc/test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ function run_in_vm() {
214214
}
215215

216216
function std_tests() {
217+
nm $(find $RUSTC_SYSROOT -type f | grep gcc)
217218
echo "[AOT] arbitrary_self_types_pointers_and_wrappers"
218219
$RUST_CMD example/arbitrary_self_types_pointers_and_wrappers.rs --crate-name arbitrary_self_types_pointers_and_wrappers --crate-type bin --target $TARGET_TRIPLE
219220
$RUN_WRAPPER $cargo_target_dir/arbitrary_self_types_pointers_and_wrappers

0 commit comments

Comments
 (0)