diff options
author | Rui Ueyama <ruiu@google.com> | 2017-04-03 21:36:31 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2017-04-03 21:36:31 +0000 |
commit | 6ea72527e0275158bb1b390330f2bc28624c4625 (patch) | |
tree | 950714ebb1d3ca6c2dde42727e5aa78e54e36581 /llvm/lib/Analysis/ScalarEvolutionNormalization.cpp | |
parent | c82768290d471384fe856febec99d6d1e2174f4c (diff) | |
download | bcm5719-llvm-6ea72527e0275158bb1b390330f2bc28624c4625.tar.gz bcm5719-llvm-6ea72527e0275158bb1b390330f2bc28624c4625.zip |
Change the error message format for an incompatible relocation.
Previous error message style:
error: /home/alice/src/bar.c:12: relocation R_X86_64_PLT32 cannot refer to absolute symbol 'answer' defined in /home/alice/src/foo.o
New error message style:
error: relocation R_X86_64_PLT32 cannot refer to absolute symbol: foo
>>> defined in /home/alice/src/foo.o
>>> referenced by bar.c:12 (/home/alice/src/bar.c:12)
>>> /home/alice/src/bar.o:(.text+0x1)
llvm-svn: 299390
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolutionNormalization.cpp')
0 files changed, 0 insertions, 0 deletions