You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
RUN: llvm-symbolizer --no-demangle --obj=%p/Inputs/llvm-symbolizer-local-mem-func-gcc.elf-x86-64 0x61a | FileCheck %s
|
|
|
|
CHECK-NOT: local_mem_func
|
|
CHECK: _ZZ2f1vEN3foo14local_mem_funcEv
|
|
CHECK-NEXT: {{.*}}local-mem-func.cpp:3:0
|