forked from OSchip/llvm-project
parent
ca8946a376
commit
f077b5b885
|
@ -14,9 +14,9 @@ RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \
|
|||
RUN: | llvm-dwarfdump -debug-info=0x0000000b -c - \
|
||||
RUN: | FileCheck %s --check-prefix=CHILDREN
|
||||
|
||||
UN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \
|
||||
UN: | llvm-dwarfdump -debug-info=0x0000000b --show-children - \
|
||||
UN: | FileCheck %s --check-prefix=CHILDREN
|
||||
RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \
|
||||
RUN: | llvm-dwarfdump -debug-info=0x0000000b --show-children - \
|
||||
RUN: | FileCheck %s --check-prefix=CHILDREN
|
||||
CHILDREN: .debug_info contents:
|
||||
CHILDREN: 0x0000000b: DW_TAG_compile_unit
|
||||
CHILDREN: DW_TAG_subprogram
|
||||
|
|
Loading…
Reference in New Issue