[PATCH] D143436: [clangd] Move standard options adaptor to CommandMangler
Douglas Yung via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 17 21:25:03 PDT 2023
dyung added a comment.
In D143436#4203525 <https://reviews.llvm.org/D143436#4203525>, @dyung wrote:
> In D143436#4203394 <https://reviews.llvm.org/D143436#4203394>, @DmitryPolukhin wrote:
>
>> @dyung I cannot reproduce this issue on two different machines in both cases tests work fine. For clang and llvm-jitlink binaries (the only binaries used in the tests) my changes are non-functional and I didn't change anything in compiler-rt or ORC. Are you able to reproduce the crashes locally?
>
> So far I cannot on my own dev machines. I'll take the buildbot offline and try to see if I can figure out what is going on this weekend.
So after deleting the build directory and clearing the ccache, the problem no longer seems to occur. I'm guessing it might have been corruption somewhere. Sorry about that!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143436/new/
https://reviews.llvm.org/D143436
More information about the cfe-commits
mailing list