[all-commits] [llvm/llvm-project] 049841: Fix overflow bug impacting 32-bit testing
Chris B via All-commits
all-commits at lists.llvm.org
Mon Jun 6 09:17:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0498415f1d6ac0bfbda72486505c11a7b3d464c4
https://github.com/llvm/llvm-project/commit/0498415f1d6ac0bfbda72486505c11a7b3d464c4
Author: Chris Bieneman <chris.bieneman at me.com>
Date: 2022-06-06 (Mon, 06 Jun 2022)
Changed paths:
M llvm/lib/Object/DXContainer.cpp
M llvm/unittests/Object/DXContainerTest.cpp
Log Message:
-----------
Fix overflow bug impacting 32-bit testing
This test was failing on 32-bit arm builders due to an interger
overflow. This changes the math to avoid overflow and should resolve
the test failure.
More information about the All-commits
mailing list