diff options
author | Florian Hahn <flo@fhahn.com> | 2019-01-25 17:48:31 +0000 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2019-01-25 17:48:31 +0000 |
commit | fd7ee479401b069bc14dd7b604fd6e1da31dc95e (patch) | |
tree | 1aaa776ffb95facb83131a358bb0b5fe1997fcb0 /llvm/lib/CodeGen/MachineModuleInfoImpls.cpp | |
parent | 599c0bc93b14db810c91c2edcc467603fc627581 (diff) | |
download | llvm-fd7ee479401b069bc14dd7b604fd6e1da31dc95e.zip llvm-fd7ee479401b069bc14dd7b604fd6e1da31dc95e.tar.gz llvm-fd7ee479401b069bc14dd7b604fd6e1da31dc95e.tar.bz2 |
[opt-viewer] Add javascript to expand/hide full message for multiline remarks.
This patch adds support for displaying remarks with multiple
lines. For such remarks, it creates a hidden div
containing the message's lines except the first one in a <pre>
tag. It also prepends a link (with '+' as text) to the regular remark
line. This link can be used to show/hide the div containing the
full remark.
In combination with D57159, this allows for better displaying of
multiline remarks in the html pages generated by opt-viewer.
The Javascript is very simple and should be supported by any recent
major browser.
Reviewers: hfinkel, anemet, thegameg, serge-sans-paille
Reviewed By: anemet
Differential Revision: https://reviews.llvm.org/D57167
llvm-svn: 352223
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfoImpls.cpp')
0 files changed, 0 insertions, 0 deletions