Remove a section that was in 3.1's notes.

Just give a shout if this was actually still important....

llvm-svn: 170200
This commit is contained in:
Chandler Carruth 2012-12-14 13:43:59 +00:00
parent 49175b237d
commit 1e83227942
1 changed files with 0 additions and 15 deletions

View File

@ -418,21 +418,6 @@ New features of the ARM target include:
.. _armintegratedassembler:
ARM Integrated Assembler
^^^^^^^^^^^^^^^^^^^^^^^^
The ARM target now includes a full featured macro assembler, including
direct-to-object module support for clang. The assembler is currently enabled
by default for Darwin only pending testing and any additional necessary
platform specific support for Linux.
Full support is included for Thumb1, Thumb2 and ARM modes, along with subtarget
and CPU specific extensions for VFP2, VFP3 and NEON.
The assembler is Unified Syntax only (see ARM Architecural Reference Manual for
details). While there is some, and growing, support for pre-unfied (divided)
syntax, there are still significant gaps in that support.
MIPS Target Improvements
------------------------