[llvm] r207029 - MC: move ARM64 test from AArch64 directory

Saleem Abdulrasool compnerd at compnerd.org
Wed Apr 23 14:29:40 PDT 2014


Author: compnerd
Date: Wed Apr 23 16:29:40 2014
New Revision: 207029

URL: http://llvm.org/viewvc/llvm-project?rev=207029&view=rev
Log:
MC: move ARM64 test from AArch64 directory

The test was changed from aarch64 to arm64 but not moved.  The test would fail
if the backend was not built.

Added:
    llvm/trunk/test/MC/ARM64/elf-reloc-condbr.s
      - copied, changed from r207028, llvm/trunk/test/MC/AArch64/elf-reloc-condbr.s
Removed:
    llvm/trunk/test/MC/AArch64/elf-reloc-condbr.s

Removed: llvm/trunk/test/MC/AArch64/elf-reloc-condbr.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AArch64/elf-reloc-condbr.s?rev=207028&view=auto
==============================================================================
--- llvm/trunk/test/MC/AArch64/elf-reloc-condbr.s (original)
+++ llvm/trunk/test/MC/AArch64/elf-reloc-condbr.s (removed)
@@ -1,10 +0,0 @@
-// RUN: llvm-mc -triple=arm64-none-linux-gnu -filetype=obj %s -o - | \
-// RUN:   llvm-readobj -r | FileCheck -check-prefix=OBJ %s
-
-        b.eq somewhere
-
-// OBJ:      Relocations [
-// OBJ-NEXT:   Section (2) .rela.text {
-// OBJ-NEXT:     0x0 R_AARCH64_CONDBR19 somewhere 0x0
-// OBJ-NEXT:   }
-// OBJ-NEXT: ]

Copied: llvm/trunk/test/MC/ARM64/elf-reloc-condbr.s (from r207028, llvm/trunk/test/MC/AArch64/elf-reloc-condbr.s)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM64/elf-reloc-condbr.s?p2=llvm/trunk/test/MC/ARM64/elf-reloc-condbr.s&p1=llvm/trunk/test/MC/AArch64/elf-reloc-condbr.s&r1=207028&r2=207029&rev=207029&view=diff
==============================================================================
    (empty)





More information about the llvm-commits mailing list