From: Nick Kledzik Date: Wed, 30 Jul 2014 01:43:21 +0000 (+0000) Subject: [mach-o] Fix test case comment and stray file copy X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76689d02026703c981bad39a4f5b1a5e49893c8d;p=platform%2Fupstream%2Fllvm.git [mach-o] Fix test case comment and stray file copy llvm-svn: 214278 --- 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. # #