diff options
author | Ranjeet Singh <Ranjeet.Singh@arm.com> | 2015-06-24 23:39:25 +0000 |
---|---|---|
committer | Ranjeet Singh <Ranjeet.Singh@arm.com> | 2015-06-24 23:39:25 +0000 |
commit | ac08e53f3a596a3120694c6920d3c458e46000d8 (patch) | |
tree | 05fdbb9090ff721180288793c5012e0a287a1fb8 /llvm/lib/Object/COFFObjectFile.cpp | |
parent | 5e1be09dab5a4820060ddd0bcda4c1c35392e2d6 (diff) | |
download | llvm-ac08e53f3a596a3120694c6920d3c458e46000d8.zip llvm-ac08e53f3a596a3120694c6920d3c458e46000d8.tar.gz llvm-ac08e53f3a596a3120694c6920d3c458e46000d8.tar.bz2 |
[ARM] The bits set in the variable HW_FP could get unset
when iterating through the Features vector if we don't
keep track of what's already been set. This could lead to
the macro __ARM_FP getting the wrong value. This patch
fixes this issue by keeping track of the bits that have
already been set in the loop.
Differential Revision: http://reviews.llvm.org/D10395
llvm-svn: 240607
Diffstat (limited to 'llvm/lib/Object/COFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions