diff options
author | Reid Kleckner <rnk@google.com> | 2019-10-29 15:57:40 -0700 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2019-11-01 12:59:13 -0700 |
commit | deaf121b657323fde17dd862a13b05e8b7ee6954 (patch) | |
tree | 6261a8ad3ae36d35e841d92f6a53964fcf8efb9a /llvm/lib/CodeGen/InterferenceCache.h | |
parent | a264e85dd9f99391bedc7f069926bdd8d2f44388 (diff) | |
download | bcm5719-llvm-deaf121b657323fde17dd862a13b05e8b7ee6954.tar.gz bcm5719-llvm-deaf121b657323fde17dd862a13b05e8b7ee6954.zip |
Warn when an output section name is longer than 8 characters
Recent versions of Microsoft's dumpbin tool cannot handle such PE files.
LLVM tools and GNU tools can, and use this to encode long section names
like ".debug_info", which is commonly used for DWARF. Don't do this in
mingw mode or when -debug:dwarf is passed, since the user probably wants
long section names for DWARF sections.
PR43754
Reviewers: ruiu, mstorsjo
Differential Revision: https://reviews.llvm.org/D69594
Diffstat (limited to 'llvm/lib/CodeGen/InterferenceCache.h')
0 files changed, 0 insertions, 0 deletions