summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/Object.cpp
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2018-01-02 22:11:22 +0000
committerMartin Storsjo <martin@martin.st>2018-01-02 22:11:22 +0000
commitecf9054544725c285fe3604ef79d0742dda5b077 (patch)
tree178a5c25b09d7cd7408a4e2cd51259218fd38096 /llvm/tools/llvm-objcopy/Object.cpp
parentf5d150037afd25063f24a5f62c60a662e966e8f8 (diff)
downloadbcm5719-llvm-ecf9054544725c285fe3604ef79d0742dda5b077.tar.gz
bcm5719-llvm-ecf9054544725c285fe3604ef79d0742dda5b077.zip
Don't use a strict larger-than comparison in the check_fit/does_fit static assert
For builds that only target one architecture, this was required to be an exact match, while it previously required the allocation to be strictly larger than the largest concrete one. Requiring it to be larger than on equal should be enough. This makes it more straightforward to update _LIBUNWIND_CONTEXT_SIZE and _LIBUNWIND_CURSOR_SIZE. llvm-svn: 321679
Diffstat (limited to 'llvm/tools/llvm-objcopy/Object.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud