summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/GCStrategy.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-10-29 15:57:40 -0700
committerReid Kleckner <rnk@google.com>2019-11-01 12:59:13 -0700
commitdeaf121b657323fde17dd862a13b05e8b7ee6954 (patch)
tree6261a8ad3ae36d35e841d92f6a53964fcf8efb9a /llvm/lib/CodeGen/GCStrategy.cpp
parenta264e85dd9f99391bedc7f069926bdd8d2f44388 (diff)
downloadbcm5719-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/GCStrategy.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud