You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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'?
|