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] Better OR's for MVE compares
[llvm-core.git]
/
test
/
DebugInfo
/
Inputs
/
dwarfdump-test2-main.cc
blob
b327674ab792e00fd98ef1f722115caf5d9bf4d2
1
extern
"C"
int
a
();
2
3
int
main
() {
4
return
a
();
5
}
6
7
// Built with gcc 4.6.3
8
// $ mkdir -p /tmp/dbginfo
9
// $ cp dwarfdump-test2-helper.cc dwarfdump-test2-main.cc /tmp/dbginfo/
10
// $ cd /tmp/dbginfo
11
// $ g++ -g dwarfdump-test2-helper.cc dwarfdump-test2-main.cc -o <output>