File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
run-make/bin-emit-no-symbols Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ fn main() {
14
14
let out = llvm_readobj ( ) . input ( "app.o" ) . arg ( "--symbols" ) . run ( ) ;
15
15
out. assert_stdout_contains ( "rust_begin_unwind" ) ;
16
16
out. assert_stdout_contains ( "rust_eh_personality" ) ;
17
- out. assert_stdout_contains ( "__rg_oom " ) ;
17
+ out. assert_stdout_contains ( "__rust_alloc_error_handler " ) ;
18
18
}
Original file line number Diff line number Diff line change @@ -490,11 +490,6 @@ fun:__dfso_*=uninstrumented
490
490
fun:__dfso_*=discard
491
491
492
492
# Rust functions.
493
- fun:__rdl_alloc=uninstrumented
494
- fun:__rdl_alloc_zeroed=uninstrumented
495
- fun:__rdl_dealloc=uninstrumented
496
- fun:__rdl_realloc=uninstrumented
497
- fun:__rg_oom=uninstrumented
498
493
fun:__rust_alloc=uninstrumented
499
494
fun:__rust_alloc_error_handler=uninstrumented
500
495
fun:__rust_alloc_zeroed=uninstrumented
You can’t perform that action at this time.
0 commit comments