[PATCH] D154364: [LTO] Allow library calls to be internalized in freestanding mode

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 5 05:28:15 PDT 2023


jhuber6 added inline comments.


================
Comment at: llvm/include/llvm/Object/IRSymtab.h:117
     FB_executable,
+    FB_libcall,
   };
----------------
arsenm wrote:
> Is this a visible IR change? I've wondered if we needed a new form of linkage for this
Only the IR symbol table I thought, I guess the ideal solution would be to have a special linkage of "compiler-rt" type functions that the backend can emit. Then each target lists the compiler builtins it expects to emit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154364



More information about the llvm-commits mailing list