Skip to content

Commit

Permalink
TO REMOVE: check nm output of cg_gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Oct 28, 2023
1 parent 6dad85a commit 3c4b25b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_codegen_gcc/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c4b25b

Please sign in to comment.