summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/directive-arch-armv5t.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
* ARM: change attribute tests to use parsed formSaleem Abdulrasool2014-02-081-19/+23
| | | | | | | | | 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/+30
llvm-svn: 197052
OpenPOWER on IntegriCloud