OSDN Git Service

[ARMTargetParser] Move IAS arch ext parser. NFC
authorRenato Golin <renato.golin@linaro.org>
Sat, 30 May 2015 10:30:02 +0000 (10:30 +0000)
committerRenato Golin <renato.golin@linaro.org>
Sat, 30 May 2015 10:30:02 +0000 (10:30 +0000)
commit215bfbf9eabd2f4842c13d1800a748070b5e15ee
tree1384241aae65dfccbdb26422e408451fe008de67
parentda8bb20158469544bab61b24a5123639d8ee3e09
[ARMTargetParser] Move IAS arch ext parser. NFC

The plan was to move the whole table into the already existing ArchExtNames
but some fields depend on a table-generated file, and we don't yet have this
feature in the generic lib/Support side.

Once the minimum target-specific table-generated files are available in a
generic fashion to these libraries, we'll have to keep it in the ASM parser.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238651 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/TargetParser.h
lib/Support/TargetParser.cpp
lib/Target/ARM/AsmParser/ARMAsmParser.cpp