[lld] r214278 - [mach-o] Fix test case comment and stray file copy

Nick Kledzik kledzik at apple.com
Tue Jul 29 18:43:21 PDT 2014


Author: kledzik
Date: Tue Jul 29 20:43:21 2014
New Revision: 214278

URL: http://llvm.org/viewvc/llvm-project?rev=214278&view=rev
Log:
[mach-o] Fix test case comment and stray file copy

Modified:
    lld/trunk/test/mach-o/arm-interworking-movw.yaml

Modified: lld/trunk/test/mach-o/arm-interworking-movw.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/mach-o/arm-interworking-movw.yaml?rev=214278&r1=214277&r2=214278&view=diff
==============================================================================
--- lld/trunk/test/mach-o/arm-interworking-movw.yaml (original)
+++ lld/trunk/test/mach-o/arm-interworking-movw.yaml Tue Jul 29 20:43:21 2014
@@ -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.
 #
 #
 





More information about the llvm-commits mailing list