repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Rewrite how VCMP are lowered, using a single node
[llvm-core.git]
/
test
/
tools
/
llvm-cxxfilt
/
empty-line.test
blob
1b62ee0812f022f71ea449ede582c1d1e2d3076a
1
# Show that llvm-cxxfilt can handle empty lines in the input.
2
RUN: echo "" > %t
3
RUN: echo "_Z3foov" >> %t
4
RUN: echo "" >> %t
5
RUN: llvm-cxxfilt < %t | FileCheck %s
6
7
CHECK: {{^$}}
8
CHECK-NEXT: foo()
9
CHECK-EMPTY: