From 76689d02026703c981bad39a4f5b1a5e49893c8d Mon Sep 17 00:00:00 2001 From: Nick Kledzik Date: Wed, 30 Jul 2014 01:43:21 +0000 Subject: [PATCH] [mach-o] Fix test case comment and stray file copy llvm-svn: 214278 --- lld/test/mach-o/arm-interworking-movw.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lld/test/mach-o/arm-interworking-movw.yaml b/lld/test/mach-o/arm-interworking-movw.yaml index 6ac2251..ff90545 100644 --- a/lld/test/mach-o/arm-interworking-movw.yaml +++ b/lld/test/mach-o/arm-interworking-movw.yaml @@ -2,10 +2,10 @@ # RUN: && lld -flavor darwin -arch armv7 -dylib -print_atoms \ # RUN: -sectalign __TEXT __text 0x1000 %t -o %t2 | FileCheck %s \ # RUN: && llvm-objdump -d -macho -triple=armv7-apple-ios %t2 | FileCheck -check-prefix=ACODE %s \ -# RUN: && llvm-objdump -d -macho -triple=thumbv7-apple-ios %t2 | FileCheck -check-prefix=TCODE %s && cp %t2 /tmp/a.out +# RUN: && llvm-objdump -d -macho -triple=thumbv7-apple-ios %t2 | FileCheck -check-prefix=TCODE %s # # Test thumb and arm branches round trip through -r. -# Test bl/blx instructions are fixed up properly. +# Test movw/movt pairs have low bit set properly for thumb vs arm. # # -- 2.7.4