summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LoopInfo.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-04-03 21:36:31 +0000
committerRui Ueyama <ruiu@google.com>2017-04-03 21:36:31 +0000
commit6ea72527e0275158bb1b390330f2bc28624c4625 (patch)
tree950714ebb1d3ca6c2dde42727e5aa78e54e36581 /llvm/lib/Analysis/LoopInfo.cpp
parentc82768290d471384fe856febec99d6d1e2174f4c (diff)
downloadbcm5719-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/LoopInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud