Sign in
llvm
/
llvm-project
/
c5bf901b1b2804eede51b07d9d171c5656dd49fa
/
.
/
llvm
/
test
/
tools
/
llvm-cxxfilt
/
dot-prefix.test
blob: 53929ad323f4bd3c5258679d8a539159a55c9a9a [
file
] [
log
] [
blame
]
## 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
()