"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "1607a37308cc6993f86ccef1122bb3daab327d5d"
[LTO] Handle __imp_ (dllimport) symbols consistently with lld
Summary: Similar to what lld already does for dllimport symbols which are prefaced with __imp_ (see lld patch r240620), strip off the __imp_ prefix in LTO. Otherwise we can get 2 separate GlobalResolution for a single symbol, the dllimport declaration, and the definition, which leads to incorrect LTO handling. Fixes PR38105. Reviewers: pcc Subscribers: mehdi_amini, inglorion, steven_wu, dexonsmith, llvm-commits Differential Revision: https://reviews.llvm.org/D49138 llvm-svn: 337762
Loading
Please register or sign in to comment