[llvm] r225509 - test: add additional test for SVN r225507

Saleem Abdulrasool compnerd at compnerd.org
Thu Jan 8 22:57:18 PST 2015


Author: compnerd
Date: Fri Jan  9 00:57:18 2015
New Revision: 225509

URL: http://llvm.org/viewvc/llvm-project?rev=225509&view=rev
Log:
test: add additional test for SVN r225507

Add an additional test case to ensure that we generate the relocation even if
the thumb target is used.

Modified:
    llvm/trunk/test/MC/ARM/reloc-abs8.s

Modified: llvm/trunk/test/MC/ARM/reloc-abs8.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/reloc-abs8.s?rev=225509&r1=225508&r2=225509&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/reloc-abs8.s (original)
+++ llvm/trunk/test/MC/ARM/reloc-abs8.s Fri Jan  9 00:57:18 2015
@@ -1,5 +1,7 @@
 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s | llvm-objdump -r - \
 @ RUN:     | FileCheck %s
+@ RUN: llvm-mc -triple thumbv7-eabi -filetype obj -o - %s | llvm-objdump -r - \
+@ RUN:     | FileCheck %s
 
 	.syntax unified
 





More information about the llvm-commits mailing list