OSDN Git Service

[llvm-objdump] Print source when subsequent lines in the translation unit come from...
authorMichael Pozulp <pozulp.llvm@gmail.com>
Fri, 7 Jun 2019 06:23:54 +0000 (06:23 +0000)
committerMichael Pozulp <pozulp.llvm@gmail.com>
Fri, 7 Jun 2019 06:23:54 +0000 (06:23 +0000)
commit0ccb60f70447698ffbd15dc47e272c7b1f5d4536
tree55fa4386353d6c83488cf5286004e5ebcab517ff
parent702cdcb85d53dd5760889b452b1d89d6f2fb1d03
[llvm-objdump] Print source when subsequent lines in the translation unit come from the same line in two different headers.

Reviewers: grimar, rupprecht, jhenderson

Reviewed By: grimar, jhenderson

Subscribers: llvm-commits, jhenderson

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D62461

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362771 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objdump/X86/Inputs/source-interleave-header1.h [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/source-interleave-header2.h [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/source-interleave-same-line-different-file.c [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/source-interleave-same-line-different-file.ll [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/source-interleave.ll
test/tools/llvm-objdump/X86/source-interleave-same-line-different-file.test [new file with mode: 0644]
tools/llvm-objdump/llvm-objdump.cpp