[mach-o] Fix test case comment and stray file copy
authorNick Kledzik <kledzik@apple.com>
Wed, 30 Jul 2014 01:43:21 +0000 (01:43 +0000)
committerNick Kledzik <kledzik@apple.com>
Wed, 30 Jul 2014 01:43:21 +0000 (01:43 +0000)
llvm-svn: 214278

lld/test/mach-o/arm-interworking-movw.yaml

index 6ac2251..ff90545 100644 (file)
@@ -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.
 #
 #