brintos

brintos / llvm-project-archived public Read only

0
0
Text · 812 B · 651bbe5 Raw
20 lines · plain
1RUN: llvm-rtdyld -printline %p/Inputs/test-inline.o \2RUN:   | FileCheck %s3RUN: llvm-rtdyld -printdebugline %p/Inputs/test-inline.o \4RUN:   | FileCheck %s5RUN: llvm-rtdyld -printline %p/Inputs/test-parameters.o \6RUN:   | FileCheck %s7RUN: llvm-rtdyld -printdebugline %p/Inputs/test-parameters.o \8RUN:   | FileCheck %s9 10; This test verifies that relocations are correctly applied to the11; .debug_line section and exercises DIContext::getLineInfoForAddressRange().12 13CHECK:      Function: _Z2f1v, Size = 614CHECK-NEXT:   Line info @ 0: test-inline.cpp, line:115CHECK-NEXT:   Line info @ 4: test-inline.cpp, line:116CHECK-NEXT: Function: _Z2f2v, Size = 1117CHECK-NEXT:   Line info @ 0: test-inline.cpp, line:218CHECK-NEXT:   Line info @ 4: test-inline.cpp, line:219CHECK-NEXT:   Line info @ 9: test-inline.cpp, line:220