Sign in
llvm
/
llvm
/
2a9e5ad32e9df64f89df4f58f5b49c74ee3e07f4
/
.
/
test
/
tools
/
llvm-cfi-verify
/
X86
/
unprotected-nolineinfo.s
blob: 246acf35f5beca89ab597ec52dc97ba836bde977 [
file
] [
log
] [
blame
]
# RUN: llvm-mc %S/Inputs/unprotected-nolineinfo.s -filetype obj \
# RUN: -triple x86_64-linux-elf -o %t.o
# RUN: not llvm-cfi-verify %t.o 2>&1 | FileCheck %s
# CHECK: DWARF line information missing. Did you compile with '-g'?