[PATCH] D136202: [Arm64EC] Refer to dllimport'ed functions correctly.

chenglin.bi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 01:14:22 PDT 2022


bcl5980 added a comment.

I am OK with this change but only 1 question:
https://godbolt.org/z/Ths69E83j
MSVC will generate both __imp_aux_fn and __imp_fn even if we only use __imp_aux_fn. But it looks based on this change we can't do that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136202/new/

https://reviews.llvm.org/D136202



More information about the llvm-commits mailing list