https://reviews.llvm.org/D58454 did not fix the problem for a typical use case of building LLVM with gcc or icc and then testing with the newly built clang compiler.
The compiler do not agree on how to extend a 32-bit pointer to uint64, so make the pointer unsigned first, before adjusting the size.
Details
Details
- Reviewers
hbae mgorny jlpeyton - Commits
- rZORGb109073f19c3: [OpenMP][OMPT] Fix locking testcases for 32 bit architectures
rGc2be20806736: Merging r361158:
rL363628: Merging r361158:
rGb109073f19c3: [OpenMP][OMPT] Fix locking testcases for 32 bit architectures
rOMP361158: [OpenMP][OMPT] Fix locking testcases for 32 bit architectures
rG4109d5606e23: [OpenMP][OMPT] Fix locking testcases for 32 bit architectures
rL361158: [OpenMP][OMPT] Fix locking testcases for 32 bit architectures
Diff Detail
Diff Detail
- Repository
- rL LLVM