diff --git a/compiler/rustc_codegen_gcc/test.sh b/compiler/rustc_codegen_gcc/test.sh index e896237a1ea4a..1f01c4d3e946f 100755 --- a/compiler/rustc_codegen_gcc/test.sh +++ b/compiler/rustc_codegen_gcc/test.sh @@ -214,6 +214,7 @@ function run_in_vm() { } function std_tests() { + nm $(find $RUSTC_SYSROOT -type f | grep gcc) echo "[AOT] arbitrary_self_types_pointers_and_wrappers" $RUST_CMD example/arbitrary_self_types_pointers_and_wrappers.rs --crate-name arbitrary_self_types_pointers_and_wrappers --crate-type bin --target $TARGET_TRIPLE $RUN_WRAPPER $cargo_target_dir/arbitrary_self_types_pointers_and_wrappers