| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Jenkins Console Log Machine information No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.3 LTS Release: 20.04 Codename: focal CPU: G++: Clang: |
Sorry, something went wrong.
|
Frankly surprised more didn't need to be changed if they're using clang masquerading as gcc |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
The upcoming release of RTools45 updates to LLVM19 on ARM64, which has started converting some warnings to errors. This causes the building of the TBB to fail due to passing an x86-specific flag -msse:
This PR updates the existing Windows ARM64 handling to also ignore this flag
Tests
N/A
Side Effects
N/A
Release notes
Fixed compilation of bundled TBB under Windows ARM64 with RTools45
Checklist
Copyright holder: Andrew Johnson
The copyright holder is typically you or your assignee, such as a university or company. By submitting this pull request, the copyright holder is agreeing to the license the submitted work under the following licenses:
- Code: BSD 3-clause (https://opensource.org/licenses/BSD-3-Clause)
- Documentation: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)
the basic tests are passing
the code is written in idiomatic C++ and changes are documented in the doxygen
the new changes are tested