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 @@ -12,5 +12,5 @@ fn main() {
1212 let out = llvm_readobj ( ) . input ( "app.o" ) . arg ( "--symbols" ) . run ( ) ;
1313 out. assert_stdout_contains ( "rust_begin_unwind" ) ;
1414 out. assert_stdout_contains ( "rust_eh_personality" ) ;
15- out. assert_stdout_contains ( "__rg_oom " ) ;
15+ out. assert_stdout_contains ( "__rust_alloc_error_handler " ) ;
1616}
Original file line number Diff line number Diff line change @@ -490,11 +490,6 @@ fun:__dfso_*=uninstrumented
490490fun:__dfso_*=discard
491491
492492# 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
498493fun:__rust_alloc=uninstrumented
499494fun:__rust_alloc_error_handler=uninstrumented
500495fun:__rust_alloc_zeroed=uninstrumented
You can’t perform that action at this time.
0 commit comments