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/brief.s -filetype obj -triple x86_64-apple-darwin -o - \
|
|
RUN: | llvm-dwarfdump -diff - | FileCheck %s
|
|
CHECK: {{^DW_TAG_compile_unit}}
|
|
CHECK: DW_AT_stmt_list ()
|
|
CHECK: DW_AT_low_pc ()
|
|
CHECK: DW_AT_high_pc ()
|