aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-09-09 14:35:36 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-09-09 14:35:36 +0000
commitcd574a5e462ae438b9ab2c24244b7e8d5e6a9337 (patch)
tree68a59ff9a6831147ecee6227ffd04ef29c6db8f5 /llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
parente3c7f54e9309d33c92d5f8f9e7a7224658518d51 (diff)
downloadllvm-cd574a5e462ae438b9ab2c24244b7e8d5e6a9337.zip
llvm-cd574a5e462ae438b9ab2c24244b7e8d5e6a9337.tar.gz
llvm-cd574a5e462ae438b9ab2c24244b7e8d5e6a9337.tar.bz2
Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.
Fixed code that was not checked before on windows for me, because of testcases that are disabled on that platform atm. Inital commit message: "[ELF] - Versionscript: do not treat non-wildcarded names as wildcards." Previously we incorrectly handled cases when symbol name in extern c++ tag was enclosed in quotes. Next case was treated as wildcard: GLIBCXX_3.4 { extern "C++" { "aaa*" } But it should have not. Quotes around aaa here means that we should have do exact name matching. That is PR30268 which has name with pointer is interpreted as wildcard by lld: extern "C++" { "operator delete[](void*)"; Patch fixes the issue. Differential revision: https://reviews.llvm.org/D24229 llvm-svn: 281049
Diffstat (limited to 'llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp')
0 files changed, 0 insertions, 0 deletions