[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 12:05:14 PDT 2023


dyung added a comment.

In D141824#4231374 <https://reviews.llvm.org/D141824#4231374>, @probinson wrote:

> In D141824#4231372 <https://reviews.llvm.org/D141824#4231372>, @probinson wrote:
>
>> In D141824#4229953 <https://reviews.llvm.org/D141824#4229953>, @argentite wrote:
>>
>>> Just to confirm, `UNSUPPORTED: target=x86_64-scei-ps4` should be enough, right?
>>
>> `UNSUPPORTED: target={{.*-(ps4|ps5)}}` please.
>
> Oh wait, @dyung says this should work on PS5.  Yes, your original suggestion is good.

Upon actually trying to run the test with a PS5 target I see that it fails in a similar way, so the test should be marked unsupported for both platforms. I'll check in a fix to do that.


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