[PATCH] D63337: [AMDGPU] Don't constrain callees with inlinehint from inlining on MaxBB check to prevent link failure

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 14 09:12:36 PDT 2019


scott.linder added a comment.

The undefined references in the linker are OK. The user has to provide an external definition, or link against one. I don't think there is anything to do about this in LLVM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63337





More information about the llvm-commits mailing list