[PATCH] D150505: [cmake] Disable GCC lifetime DSE
Xi Ruoyao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 15 06:42:44 PDT 2023
xry111 added a comment.
In D150505#4342005 <https://reviews.llvm.org/D150505#4342005>, @uabelho wrote:
> Hello,
>
> The following four testcases fail for me with this patch:
>
> Failed Tests (4):
> Clangd :: check-fail.test
> Clangd :: check-lines.test
> Clangd :: check.test
> Clangd :: path-mappings.test
>
> Seems like some bots fail as well, e.g. https://lab.llvm.org/buildbot/#/builders/121/builds/30482
Ouch. Similar to the clang-tidy breakage.
`--` trick does not work for clangd. I guess I'll copy an empty option database file into clangd test directory, this is much cleaner than fix it test by test... Wait for an hour or two and I'll submit a diff.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150505/new/
https://reviews.llvm.org/D150505
More information about the llvm-commits
mailing list