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] Adjust how NEON shifts are lowered
[llvm-core.git]
/
test
/
tools
/
llvm-cfi-verify
/
X86
/
unprotected-nolineinfo.s
blob
246acf35f5beca89ab597ec52dc97ba836bde977
1
# RUN: llvm-mc %S/Inputs/unprotected-nolineinfo.s -filetype obj \
2
# RUN: -triple x86_64-linux-elf -o %t.o
3
# RUN: not llvm-cfi-verify %t.o 2>&1 | FileCheck %s
4
5
# CHECK: DWARF line information missing. Did you compile with '-g'?