-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[builtins] Support QUAD with native long double #77981
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
Conversation
✅ With the latest revision this PR passed the C/C++ code formatter. |
@arichardson any idea why the build failed? It appears to be in some tests for dlopen(). |
I'll try testing this for various architectures tomorrow and if that works I'll go ahead and merge it. |
I am getting some errors when cross-building for PPC64, will do some digging to see how the ifdefs need to be adjusted. |
Thanks for the update
From: Alexander Richardson ***@***.***>
Sent: Tuesday, January 16, 2024 2:35 PM
To: llvm/llvm-project ***@***.***>
Cc: Sean Perry ***@***.***>; Author ***@***.***>
Subject: [EXTERNAL] Re: [llvm/llvm-project] [builtins] Support QUAD with native long double (PR #77981)
I am getting some errors when cross-building for PPC64, will do some digging to see how the ifdefs need to be adjusted. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the
ZjQcmQRYFpfptBannerStart
This Message Is From an External Sender
This message came from outside your organization.
Report Suspicious <https://us-phishalarm-ewt.proofpoint.com/EWT/v1/PjiDSg!2U-qSTa06VIRMu4YcIkOZYJv87-YdAlWKJZAkdb8L-gnGW_ui7Pp0b5Yv70fJ1Bccsd7hQG_1LcVxoDvhJzfUxeRIQve7bs1P2zh$>
ZjQcmQRYFpfptBannerEnd
I am getting some errors when cross-building for PPC64, will do some digging to see how the ifdefs need to be adjusted.
—
Reply to this email directly, view it on GitHub<#77981 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJQT7WAKBKEBDFNHBX4D7L3YO3I53AVCNFSM6AAAAABBYWHEWSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJUGM4DQNJWGU>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
@arichardson has addressed the build issues in #82208. This PR is superseded by this PR. |
Redo #77554 to solve build issue found in #77880.