diff options
author | Rui Ueyama <ruiu@google.com> | 2017-03-30 19:13:47 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2017-03-30 19:13:47 +0000 |
commit | b87602032a3d2819190f741be871876a4f67d09f (patch) | |
tree | 2729bfec799797c89cf4fe7ab7361873a8eeaee5 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | |
parent | edaec6de73aa24dee60645f0a8015ae0fe1849f3 (diff) | |
download | llvm-b87602032a3d2819190f741be871876a4f67d09f.zip llvm-b87602032a3d2819190f741be871876a4f67d09f.tar.gz llvm-b87602032a3d2819190f741be871876a4f67d09f.tar.bz2 |
Change the error message format for undefined symbols.
Previously, undefined symbol errors are one line like this
and wasn't easy to read.
/ssd/clang/bin/ld.lld: error: /ssd/llvm-project/lld/ELF/Writer.cpp:207: undefined symbol 'lld::elf::EhFrameSection<llvm::object::ELFType<(llvm::support::endianness)0, true> >::addSection(lld::elf::InputSectionBase*)'
This patch make it more structured like this.
bin/ld.lld: error: undefined symbol: lld::elf::EhFrameSection<llvm::object::ELFType<(llvm::support::endianness)0, true>
>>> Referenced by Writer.cpp:207 (/ssd/llvm-project/lld/ELF/Writer.cpp:207)
>>> Writer.cpp.o in archive lib/liblldELF.a
Discussion thread:
http://lists.llvm.org/pipermail/llvm-dev/2017-March/111459.html
Differential Revision: https://reviews.llvm.org/D31481
llvm-svn: 299097
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions