[lld] r278385 - Fix one more test missed by r278372. The next commit will update libsystem in a way which broke without this fix as it referenced the wrong file

Pete Cooper via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 11 11:43:42 PDT 2016


Author: pete
Date: Thu Aug 11 13:43:42 2016
New Revision: 278385

URL: http://llvm.org/viewvc/llvm-project?rev=278385&view=rev
Log:
Fix one more test missed by r278372.  The next commit will update libsystem in a way which broke without this fix as it referenced the wrong file

Modified:
    lld/trunk/test/mach-o/parse-data-in-code-armv7.yaml

Modified: lld/trunk/test/mach-o/parse-data-in-code-armv7.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/mach-o/parse-data-in-code-armv7.yaml?rev=278385&r1=278384&r2=278385&view=diff
==============================================================================
--- lld/trunk/test/mach-o/parse-data-in-code-armv7.yaml (original)
+++ lld/trunk/test/mach-o/parse-data-in-code-armv7.yaml Thu Aug 11 13:43:42 2016
@@ -1,6 +1,6 @@
 # RUN: lld -flavor darwin -arch armv7 -r -print_atoms %s -o %t  | FileCheck %s
 # RUN: lld -flavor darwin -arch armv7 -r -print_atoms %t -o %t2  | FileCheck %s
-# RUN: lld -flavor darwin -arch armv7 -dylib %s -o %t3.dylib %p/Inputs/x86_64/libSystem.yaml \
+# RUN: lld -flavor darwin -arch armv7 -dylib %s -o %t3.dylib %p/Inputs/armv7/libSystem.yaml \
 # RUN:   && llvm-objdump -macho -private-headers %t3.dylib | FileCheck --check-prefix=CHECK2 %s
 #
 # Test parsing LC_DATA_IN_CODE




More information about the llvm-commits mailing list