[PATCH] D141824: [clang-repl] Add a command to load dynamic libraries

Anubhab Ghosh via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 29 00:33:48 PDT 2023


argentite added a comment.

Hi, @dyung ! It seems the dynamic library generation is failing from the lack of a linker. We need a test library to load at runtime in clang-repl. Do you have any idea how we can create one without a linker? Otherwise we can disable the test on PS4 as it is probably an unlikely use case.


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