HomeFreeBSD

Do not direct commit to contrib/llvm. Make the change a patch file instead.

Description

Do not direct commit to contrib/llvm. Make the change a patch file instead.
Reverts 271025 but still functionally patches it. Original intent is still
the same. Pointed out by rdivacky.

MFV: Only emit movw on ARMv6T2

Building for the FreeBSD default target ARMv6 was emitting movw ASM on certain
test cases (found building qmake4/5 for ARM). Don't do that, moreover, the AS
in base doesn't understand this instruction for this target. One would need
to use --integrated-as to get this to build if desired.

http://llvm.org/viewvc/llvm-project?view=revision&revision=216989

Submitted by: ian
Reviewed by: dim
Obtained from: llvm.org
MFC after: 2 days
Relnotes: yes

Details

Provenance
sbrunoAuthored on
Reviewer
dim
Parents
rS271028: Use better type for i.
Branches
Unknown
Tags
Unknown

Event Timeline