summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFDebugLine.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2013-10-18 02:56:31 +0000
committerRui Ueyama <ruiu@google.com>2013-10-18 02:56:31 +0000
commit6a607b6a3bff0e9cfe2ac1c8156be66e4622c979 (patch)
tree3ec0c289d4fc2ef51eded7bb848697c37f5da212 /llvm/lib/DebugInfo/DWARFDebugLine.cpp
parent7ddcdc82a59e28f011fc6be6f47de948fe8f6abb (diff)
downloadbcm5719-llvm-6a607b6a3bff0e9cfe2ac1c8156be66e4622c979.tar.gz
bcm5719-llvm-6a607b6a3bff0e9cfe2ac1c8156be66e4622c979.zip
Improve debug message of the layout pass.
Instead of showing multiple lines of debug messages, show only one message by CompareAtoms::operator(). Here is an example. Before: Sorting _main .text Sorting by sectionPos(2,2) Sorting by override Sorting _main .text Sorting by sectionPos(2,2) Sorting by override After: Layout: '_main' > '.text' (override (1, 0)) Layout: '_main' > '.text' (override (1, 0)) Differential Revision: http://llvm-reviews.chandlerc.com/D1964 llvm-svn: 192941
Diffstat (limited to 'llvm/lib/DebugInfo/DWARFDebugLine.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud