File tree 2 files changed +1
-6
lines changed
run-make/bin-emit-no-symbols
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ fn main() {
12
12
let out = llvm_readobj ( ) . input ( "app.o" ) . arg ( "--symbols" ) . run ( ) ;
13
13
out. assert_stdout_contains ( "rust_begin_unwind" ) ;
14
14
out. assert_stdout_contains ( "rust_eh_personality" ) ;
15
- out. assert_stdout_contains ( "__rg_oom " ) ;
15
+ out. assert_stdout_contains ( "__rust_alloc_error_handler " ) ;
16
16
}
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