Adrian Prantl | 7bc1b28 | 2017-09-11 22:59:45 +0000 | [diff] [blame] | 1 | # RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ |
2 | # RUN: | llvm-dwarfdump -debug-abbrev -debug-info - \ | ||||
3 | # RUN: | FileCheck %s | ||||
4 | |||||
5 | # CHECK-NOT: contents: | ||||
6 | # CHECK: .debug_abbrev contents: | ||||
7 | # CHECK-NOT: contents: | ||||
8 | # CHECK: .debug_info contents: | ||||
9 | # CHECK-NOT: contents: |