repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-cxxfilt
/
dot-prefix.test
blob
53929ad323f4bd3c5258679d8a539159a55c9a9a
1
## Show that the llvm-cxxfilt does not consider the dot prefix to be part of the symbol name to be demangled.
2
RUN: llvm-cxxfilt -n ._ZL5func0v | FileCheck %s
3
4
CHECK: .func0()