mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
- TargetParser does not handle armv7l in parseArchProfile().
- ARM V7L matches the 'A' profile of ARM architecture. Change-Id: I80c8b973f5c93fb040c177a227644d56b1b83ea8 Phabricator: http://reviews.llvm.org/D11261 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242406 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e4877f25bd
commit
e0117a90cf
@ -558,6 +558,7 @@ unsigned ARMTargetParser::parseArchProfile(StringRef Arch) {
|
||||
return ARM::PK_R;
|
||||
case ARM::AK_ARMV7:
|
||||
case ARM::AK_ARMV7A:
|
||||
case ARM::AK_ARMV7L:
|
||||
case ARM::AK_ARMV8A:
|
||||
case ARM::AK_ARMV8_1A:
|
||||
return ARM::PK_A;
|
||||
|
Loading…
x
Reference in New Issue
Block a user