[clang] Support C++20 Modules in clang-repl (PR #79261)

via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 23 23:59:31 PST 2024


dyung wrote:

Hi @ChuanqiXu9, the test you added is failing on the PS4 bot because for the PS4 target, it requires an external linker which is not present/available. Can the test be rewritten to not require linking?

https://lab.llvm.org/buildbot/#/builders/139/builds/57928
```
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)
```

https://github.com/llvm/llvm-project/pull/79261


More information about the cfe-commits mailing list