OSDN Git Service

[TargetParser] Add missing armv8l ARMv8 variant.
authorFlorian Hahn <florian.hahn@arm.com>
Tue, 9 Jan 2018 17:49:25 +0000 (17:49 +0000)
committerFlorian Hahn <florian.hahn@arm.com>
Tue, 9 Jan 2018 17:49:25 +0000 (17:49 +0000)
commitff58e7c6d9b563c4a95ee1cdddcc885e464c0ea3
treebcc507facc61d75f5fb23052c03333c17da8c76e
parent2cba0cc3859346c48d533a7306f443d228c4e9e4
[TargetParser] Add missing armv8l ARMv8 variant.

This change adds the missing armv8l variant as an alias of armv8 architecture.
The issue was observed with several regressions in validation on armv8l
hardware (for instance ExecutionEngine/frem.ll failed due to lack of neon fpu).

Tested with regression testsuite passed without regression on ARM and x86_64.

Patch by Yvan Roux.

Reviewers: rengolin, rogfer01, olista01, fhahn

Reviewed By: fhahn

Differential Revision: https://reviews.llvm.org/D41859

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@322098 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/TargetParser.cpp
unittests/Support/TargetParserTest.cpp