brintos

brintos / llvm-project-archived public Read only

0
0
Text · 235 B · 246acf3 Raw
6 lines · plain
1# RUN: llvm-mc %S/Inputs/unprotected-nolineinfo.s -filetype obj \2# RUN:         -triple x86_64-linux-elf -o %t.o3# RUN: not llvm-cfi-verify %t.o 2>&1 | FileCheck %s4 5# CHECK: DWARF line information missing. Did you compile with '-g'?6