aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/WindowsResource.cpp
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2017-11-01 07:42:38 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2017-11-01 07:42:38 +0000
commit82f0c42dadd751a5d457b53a9c1adceb3c9eabbb (patch)
treec20bc7531d586ebd10953c84bad7b24d7c1edd4f /llvm/lib/Object/WindowsResource.cpp
parent688f0ca6a76154bfd51e95d9b5b83fe6ada4d25b (diff)
downloadllvm-82f0c42dadd751a5d457b53a9c1adceb3c9eabbb.zip
llvm-82f0c42dadd751a5d457b53a9c1adceb3c9eabbb.tar.gz
llvm-82f0c42dadd751a5d457b53a9c1adceb3c9eabbb.tar.bz2
[ELF] - Teach LLD to report line numbers for data symbols.
This is PR34826. Currently LLD is unable to report line number when reporting duplicate declaration of some variable. That happens because for extracting line information we always use .debug_line section content which describes mapping from machine instructions to source file locations, what does not help for variables as does not describe them. In this patch I am taking the approproate information about variables locations from the .debug_info section. Differential revision: https://reviews.llvm.org/D38721 llvm-svn: 317080
Diffstat (limited to 'llvm/lib/Object/WindowsResource.cpp')
0 files changed, 0 insertions, 0 deletions