[PATCH] D109707: [HIP] [AlwaysInliner] Disable AlwaysInliner to eliminate undefined symbols

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 16 11:27:46 PDT 2021


yaxunl added a comment.

In D109707#3004108 <https://reviews.llvm.org/D109707#3004108>, @gandhi21299 wrote:

> @yaxunl Under what criteria should an alias not be removed?

If the linkage of the alias is not internal, then it should not be removed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109707



More information about the cfe-commits mailing list