From 466a7dea9bbc71e3503691df3ba8b8948ff70b35 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Fri, 9 Jan 2015 06:57:18 +0000 Subject: [PATCH] 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225509 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ARM/reloc-abs8.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/MC/ARM/reloc-abs8.s b/test/MC/ARM/reloc-abs8.s index 716f0ff21df..f1d7afad1ae 100644 --- a/test/MC/ARM/reloc-abs8.s +++ b/test/MC/ARM/reloc-abs8.s @@ -1,4 +1,6 @@ @ 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