summaryrefslogtreecommitdiff
path: root/test/Driver/as-mcpu.c
Commit message (Collapse)AuthorAgeFilesLines
* [Driver] Turns out the GNU assembler does support falkor/saphira.Chad Rosier2017-11-291-6/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319323 91177308-0d34-0410-b5e6-96231b3b80d8
* Switch CPU names not recognized by GNU assemblerPirama Arumuga Nainar2017-11-271-0/+17
Summary: Switch CPU names not recognized by GNU assembler to a close CPU that it does recognize. In this patch, kryo, falkor and saphira all get replaced by cortex-a57 when invoking the assembler. In addition, krait was already being replaced by cortex-a15. Reviewers: weimingz Subscribers: srhines, cfe-commits Differential Revision: https://reviews.llvm.org/D40476 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319077 91177308-0d34-0410-b5e6-96231b3b80d8