[PATCH] D136554: Implement CWG2631
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 11 04:51:56 PST 2022
cor3ntin added a comment.
In D136554#3986779 <https://reviews.llvm.org/D136554#3986779>, @cor3ntin wrote:
> In D136554#3986713 <https://reviews.llvm.org/D136554#3986713>, @aeubanks wrote:
>
>> yes, it was chrome
>> I went ahead and tried the latest patch, it successfully compiles the file that crashed before. I built all of chrome, and now I'm getting one last linker error, I'll try to get some more info about that
>
> Thanks for confirming :)
> If you have the message of that linker error, i might be able to infer a repro from that. Otherwise, I'm going to build chromium
I got
`x86_64-linux-gnu/libnspr4.so: undefined reference to gettid`
But otherwise it works fine.
linking with `mold` fixes the issue.
I can't find an instance of `gettid()` that would be called from a default parameter or mem initializer list so I would be surprise if it's related. Was that the issue you encountered?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136554/new/
https://reviews.llvm.org/D136554
More information about the cfe-commits
mailing list