1# RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o %t.o 2# RUN: llvm-dwarfdump --verify %t.o | FileCheck %s 3# RUN: llvm-dwarfdump --verify --quiet %t.o | FileCheck %s --check-prefix=QUIET --allow-empty 4 5# RUN: llvm-mc %S/empty-CU.s -filetype obj -triple x86_64-apple-darwin -o %t-error.o 6# RUN: not llvm-dwarfdump --verify %t-error.o | FileCheck %s 7# RUN: not llvm-dwarfdump --verify --quiet %t-error.o | FileCheck %s --check-prefix=QUIET --allow-empty 8 9# CHECK: {{.}} 10# QUIET-NOT: {{.}} 11