OSDN Git Service

[llvm-objdump] - Restore a piece of code removed by mistake in r352366.
authorGeorge Rimar <grimar@accesssoftek.com>
Mon, 28 Jan 2019 16:36:12 +0000 (16:36 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Mon, 28 Jan 2019 16:36:12 +0000 (16:36 +0000)
commit24fe26b1a5fbeb0a35392d7b435e7482105ebe58
treee2433f8a045e4007f9fab84fc8480b204d6cc8cb
parent8dc93a81b4f88bb94b794a3a773acbe7e9c807ac
[llvm-objdump] - Restore a piece of code removed by mistake in r352366.

Seems when committed the r352366
("[llvm-objdump] - Print LMAs when dumping section headers.")
I resolved merge conflict incorrectly and removed this piece by mistake.

Bots did not catch this yet, seems they are slow today,
but the `X86/adjust-vma.test` test case fails locally for me without that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352383 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-objdump/llvm-objdump.cpp