"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "8013bd339b571ce36e2f8f20e40411b3c19446f8"
[ELF] - Versionscript: support mangled symbols with the same name.
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: 281318
Loading
Please register or sign in to comment