diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2018-04-17 23:32:33 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2018-04-17 23:32:33 +0000 |
commit | 3108802f1696a3635d7e1edcc3fbe523381ed5df (patch) | |
tree | 2c976b7496b02f182547448acbf102f6421cfd26 /llvm/lib/Support/Statistic.cpp | |
parent | b842725c1d8922e0e76de64083f30afbad1bff91 (diff) | |
download | llvm-3108802f1696a3635d7e1edcc3fbe523381ed5df.zip llvm-3108802f1696a3635d7e1edcc3fbe523381ed5df.tar.gz llvm-3108802f1696a3635d7e1edcc3fbe523381ed5df.tar.bz2 |
COFF: Friendlier undefined symbol errors.
Summary:
This change does three things:
- Try to find the file and line number of an undefined symbol
reference by reading codeview debug info.
- Try to find the name of the function or global variable with the
undefined symbol reference by searching the object file's symbol
table.
- Prints the information in the same style as the ELF linker.
Differential Revision: https://reviews.llvm.org/D45467
llvm-svn: 330235
Diffstat (limited to 'llvm/lib/Support/Statistic.cpp')
0 files changed, 0 insertions, 0 deletions