[PATCH] D159085: [lli] Make sure the exported __chkstk functions are included when exporting them

Mateusz MikuĊ‚a via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 08:59:29 PDT 2023


mati865 added inline comments.


================
Comment at: llvm/tools/lli/lli.cpp:1204
 // Therefore, manually export the relevant symbol from lli, to let it be
 // found at runtime during tests.
 //
----------------
Should we update this comment?
This workaround is also required for linking to shared libraries.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159085



More information about the llvm-commits mailing list