brintos

brintos / llvm-project-archived public Read only

0
0
Text · 543 B · fc88851 Raw
12 lines · plain
1#RUN: llvm-dwarfdump -lookup 1161 %p/Inputs/dwarfdump-test.macho-i386.o | FileCheck %s2 3// When we pass an address to getDIEsFromAddress that doesn't belong to any DIE4// (only to a CU), this function is triggering an assert, which is not the5// intended behavior (as the address still belongs to a CU).6 7#CHECK: DW_TAG_compile_unit8#CHECK-NEXT:   DW_AT_producer{{.*}}"clang version 3.6.2 (tags/RELEASE_362/final)"9#CHECK-NEXT:   DW_AT_language{{.*}}DW_LANG_C_plus_plus10#CHECK-NEXT:   DW_AT_name{{.*}}"dwarfdump-test.cc"11#CHECK-NOT:    DW_TAG12