summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/CrashDebugger.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2017-09-06 00:57:53 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2017-09-06 00:57:53 +0000
commitdc8b7a96bdccc73c5f4ca1baef45afba6d405908 (patch)
tree9becdcc93b28ec5e5db6d1e31bc8abd6531eafe0 /llvm/tools/bugpoint/CrashDebugger.cpp
parentbad2c4a000ae189736bbdd80df71aa0776b7c66f (diff)
downloadbcm5719-llvm-dc8b7a96bdccc73c5f4ca1baef45afba6d405908.tar.gz
bcm5719-llvm-dc8b7a96bdccc73c5f4ca1baef45afba6d405908.zip
Use the section name if a STT_SECTION symbol has empty name.
Without this we would have multiple relocations pointing to symbols with the same name: the empty string. There was no way for yaml2obj to be able to handle that. A more general solution would be to unique symbol names in a similar way to how we unique section names. In practice I think this covers all common cases and is a bit more user friendly than using names like sym1, sym2, sym3, etc. llvm-svn: 312603
Diffstat (limited to 'llvm/tools/bugpoint/CrashDebugger.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud