llvm-for-llvmta/test/tools/llvm-cfi-verify/X86/unprotected-nolineinfo.s

6 lines
235 B
ArmAsm
Raw Normal View History

2022-04-25 10:02:23 +02:00
# 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'?