[PATCH] D131469: [Clang] change default storing path of `-ftime-trace`
dongjunduo via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 2 19:16:02 PDT 2022
dongjunduo added a comment.
In D131469#3768260 <https://reviews.llvm.org/D131469#3768260>, @dyung wrote:
> The test you added is failing on the PS4 linux bot because the PS4 platform requires an external linker that isn't present. Is linking necessary for your test? Or can -S or even -c work instead to accomplish what you are trying to test?
Yeah the new test case is designed to test the compiling jobs with a linking stage.
Are there any options or measures to avoid this test running on the PS4?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131469/new/
https://reviews.llvm.org/D131469
More information about the cfe-commits
mailing list