Summary: In AIX OS, function entry label are begin with '.', it can not be decoded currently. we support to decode the name in this patch for all OS. Reviewers: Fangrui Song, James Henderson, Differential Revision: https://reviews.llvm.org/D139864
5 lines
175 B
Plaintext
5 lines
175 B
Plaintext
## Show that the llvm-cxxfilt does not consider the dot prefix to be part of the symbol name to be demangled.
|
|
RUN: llvm-cxxfilt -n ._ZL5func0v | FileCheck %s
|
|
|
|
CHECK: .func0()
|