[lld] r257954 - Remove unnecessary extra linked file in RUN line. NFC.

Pete Cooper via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 15:25:41 PST 2016


Author: pete
Date: Fri Jan 15 17:25:40 2016
New Revision: 257954

URL: http://llvm.org/viewvc/llvm-project?rev=257954&view=rev
Log:
Remove unnecessary extra linked file in RUN line.  NFC.

This test case was already suitably self-contained that linking against the
helloworld file added no value.

Modified:
    lld/trunk/test/mach-o/objc-image-info-invalid-size.yaml

Modified: lld/trunk/test/mach-o/objc-image-info-invalid-size.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/mach-o/objc-image-info-invalid-size.yaml?rev=257954&r1=257953&r2=257954&view=diff
==============================================================================
--- lld/trunk/test/mach-o/objc-image-info-invalid-size.yaml (original)
+++ lld/trunk/test/mach-o/objc-image-info-invalid-size.yaml Fri Jan 15 17:25:40 2016
@@ -1,4 +1,4 @@
-# RUN: not lld -flavor darwin -arch x86_64 -r %s %p/Inputs/hello-world-x86_64.yaml 2>&1 | FileCheck %s
+# RUN: not lld -flavor darwin -arch x86_64 -r %s 2>&1 | FileCheck %s
 
 --- !mach-o
 arch:            x86_64




More information about the llvm-commits mailing list