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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 5 05:26:11 PDT 2023


arsenm added inline comments.


================
Comment at: llvm/include/llvm/Object/IRSymtab.h:117
     FB_executable,
+    FB_libcall,
   };
----------------
Is this a visible IR change? I've wondered if we needed a new form of linkage for this


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