-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linker errors on test-linux
action
#290
Comments
Perhaps the version of |
The following reference seems relevant: https://clang.llvm.org/docs/Toolchain.html#libatomic-gnu I think @richardlau is correct, here is what LLVM docs say:
|
(I wonder if |
My main concern is: why is it suddenly a problem? |
I can only assume something has changed in V8 13.0 compared to 12.9. The stack from the linker in the description is suggesting that it's coming from
|
This code is new, but not the fact that V8 depends on atomics? |
After reading https://clang.llvm.org/docs/Toolchain.html#libatomic-gnu, I understand that Clang apparently does not always require |
Build looks good. I'm adding the commit to |
I thought it was due to missing includes so I added some in 3d0e2ae, but the errors remain:
https://github.com/nodejs/node-v8/actions/runs/10788009205/job/29917856466
The text was updated successfully, but these errors were encountered: