brintos

brintos / llvm-project-archived public Read only

0
0
Text · 507 B · 2bc644b Raw
11 lines · plain
1# RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o %t.o2# RUN: llvm-dwarfdump --verify %t.o | FileCheck %s3# RUN: llvm-dwarfdump --verify --quiet %t.o | FileCheck %s --check-prefix=QUIET --allow-empty4 5# RUN: llvm-mc %S/empty-CU.s -filetype obj -triple x86_64-apple-darwin -o %t-error.o6# RUN: not llvm-dwarfdump --verify %t-error.o | FileCheck %s7# RUN: not llvm-dwarfdump --verify --quiet %t-error.o | FileCheck %s --check-prefix=QUIET --allow-empty8 9# CHECK: {{.}}10# QUIET-NOT: {{.}}11