summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-11-21 13:49:57 +0000
committerRui Ueyama <ruiu@google.com>2016-11-21 13:49:57 +0000
commite8785ba4d7fab0c537d381a1438dd82cb093d514 (patch)
treefc1fe24de6d1fb88be17e0c2d0316cb7983ddd7d /llvm/lib/CodeGen
parent68dd881697531f45b0260cb3dba56804986c8fa6 (diff)
downloadbcm5719-llvm-e8785ba4d7fab0c537d381a1438dd82cb093d514.tar.gz
bcm5719-llvm-e8785ba4d7fab0c537d381a1438dd82cb093d514.zip
Change the way how we print out line numbers.
LLD's error messages contain line numbers, function names or section names. Currently they are formatter as follows. foo.c (32): symbol 'foo' not found foo.c (function bar): symbol 'foo' not found foo.c (.text+0x1234): symbol 'foo' not found This patch changes them so that they are consistent with Clang's output. foo.c:32: symbol 'foo' not found foo.c:(function bar): symbol 'foo' not found foo.c:(.text+0x1234): symbol 'foo' not found Differential Revision: https://reviews.llvm.org/D26901 llvm-svn: 287537
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud