diff options
author | George Rimar <grimar@accesssoftek.com> | 2016-09-13 22:26:12 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2016-09-13 22:26:12 +0000 |
commit | 84ba4ae11d27f75a9d8555ffd2cb81ca437ef49f (patch) | |
tree | 8216a2ec86db9f6e8b637037580058fa27a6a90d /llvm/tools/llvm-cov/SourceCoverageViewText.cpp | |
parent | 610816f2688168cadadddb729598de716d89f0e1 (diff) | |
download | bcm5719-llvm-84ba4ae11d27f75a9d8555ffd2cb81ca437ef49f.tar.gz bcm5719-llvm-84ba4ae11d27f75a9d8555ffd2cb81ca437ef49f.zip |
revert: [ELF] - Versionscript: support mangled symbols with the same name.
Something broked BBots:
281318 failed on step 9:
http://lab.llvm.org:8011/builders/clang-with-lto-ubuntu/builds/413
r281317 built step 9 green:
http://lab.llvm.org:8011/builders/clang-with-lto-ubuntu/builds/415
Initial revision commits were:
This is PR30312. Info from bug page:
Both of these symbols demangle to abc::abc():
_ZN3abcC1Ev
_ZN3abcC2Ev
(These would be abc's complete object constructor and base object constructor, respectively.)
however with "abc::abc()" in the version script only one of the two receives the symbol version.
Patch fixes that.
It uses testcase created by Ed Maste (D24306).
Differential revision: https://reviews.llvm.org/D24336
llvm-svn: 281411
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageViewText.cpp')
0 files changed, 0 insertions, 0 deletions