bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-cfi-verify/X86/unprotected-nolineinfo.s
2025-02-14 19:21:04 +01:00

5 lines
235 B
ArmAsm

# 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'?