[PATCH] D141824: [clang-repl] Add a command to load dynamic libraries
Stefan Gränitz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 18 06:41:34 PDT 2023
sgraenitz added a comment.
In D141824#4274461 <https://reviews.llvm.org/D141824#4274461>, @argentite wrote:
> We should probably also address the lack of linker issue as well. Should we go for a precompiled dynamic library file? There seems to be some "precedent" of this in other tests.
Yes, since yaml2obj can't do it and the test only runs on Linux anyway, it seems reasonable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141824/new/
https://reviews.llvm.org/D141824
More information about the cfe-commits
mailing list