summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/directive-arch-iwmmxt2.s
Commit message (Collapse)AuthorAgeFilesLines
* [test] Change llvm-readobj --arm-attributes to --arch-specific after r373125Fangrui Song2019-09-301-1/+1
| | | | llvm-svn: 373179
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-011-1/+1
| | | | | | | | | | We use both -long-option and --long-option in tests. Switch to --long-option for consistency. In the "llvm-readelf" mode, -long-option is discouraged as it conflicts with grouped short options and it is not accepted by GNU readelf. While updating the tests, change llvm-readobj -s to llvm-readobj -S to reduce confusion ("s" is --section-headers in llvm-readobj but --symbols in llvm-readelf). llvm-svn: 359649
* Stop uppercasing build attribute data.Charlie Turner2014-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The string data for string-valued build attributes were being unconditionally uppercased. There is no mention in the ARM ABI addenda about case conventions, so it's technically implementation defined as to whether the data are capitialised in some way or not. However, there are good reasons not to captialise the data. * It's less work. * Some vendors may legitimately have case-sensitive checks for these attributes which would fail on LLVM generated object files. * There could be locale issues with uppercasing. The original reasons for uppercasing appear to have stemmed from an old codesourcery toolchain behaviour, see http://comments.gmane.org/gmane.comp.compilers.llvm.cvs/87133 This patch makes the object file emitted no longer captialise string data, it encodes as seen in the assembly source. Change-Id: Ibe20dd6e60d2773d57ff72a78470839033aa5538 llvm-svn: 222882
* ARM: change attribute tests to use parsed formSaleem Abdulrasool2014-02-081-20/+27
| | | | | | | | | This makes the tests more readable by using the -arm-attributes decoding support in llvm-readobj since that is now available. Change the invocation commands to be similar to other test and use a more precise triple (the tests only require ARM EABI support). llvm-svn: 201029
* [arm] Pass -triple to llvm-mc for ARM ELF test cases.Logan Chien2013-12-111-2/+2
| | | | | | | Replace -arch with -triple so that we can guarantee that ELF object files can be generated. llvm-svn: 197062
* [arm] Implement ARM .arch directive.Logan Chien2013-12-111-0/+31
llvm-svn: 197052
OpenPOWER on IntegriCloud