-
Notifications
You must be signed in to change notification settings - Fork 183
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
[llvm] use same host triple as set by gcc #7411
Conversation
please test |
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch IB/CMSSW_12_1_X/gcc11. @smuzaffar, @iarspider, @ddaina can you please review it and eventually sign? Thanks. |
test parameters:
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f67364/19955/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison SummarySummary:
|
For ppc64le gcc11 builds, gcc properly use host triple to
powerpc64le-redhat-linux-gnu
while llvm usespowerpc64le-unknown-linux-gnu
which causes cmssw build to fail as llvm could not find gcc headers. This change should make sure that same host tripel is used by llvm and gcc