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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to