[PATCH] D141824: [clang-repl] Add a command to load dynamic libraries
Douglas Yung via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 29 00:06:02 PDT 2023
dyung added a comment.
Hi @argentite, the test you added is failing on the PS4 linux builder because the test seems to require linking and the PS4 target requires an external linker which is not present on the system. Can the test be rewritten to not require linking?
https://lab.llvm.org/buildbot/#/builders/139/builds/38153
clang: error: unable to execute command: Executable "orbis-ld" doesn't exist!
clang: error: linker command failed with exit code 1 (use -v to see invocation)
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