[llvm] [ThinLTO] Properly support targets that require importing all external functions (PR #133588)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 31 07:16:51 PDT 2025


shiltian wrote:

Functions with `available_externally` linkage are never emitted into the object file. They're eliminated later in the pipeline, which eventually leads to an undefined symbol error.

https://github.com/llvm/llvm-project/pull/133588


More information about the llvm-commits mailing list