[lld] r231769 - Don't write output to 'a.out', write it to a temporary file. This fixes

Chandler Carruth chandlerc at gmail.com
Tue Mar 10 01:06:49 PDT 2015


Author: chandlerc
Date: Tue Mar 10 03:06:49 2015
New Revision: 231769

URL: http://llvm.org/viewvc/llvm-project?rev=231769&view=rev
Log:
Don't write output to 'a.out', write it to a temporary file. This fixes
the test when run frem a read-only checkout of the source tree.

Modified:
    lld/trunk/test/mach-o/use-simple-dylib.yaml

Modified: lld/trunk/test/mach-o/use-simple-dylib.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/mach-o/use-simple-dylib.yaml?rev=231769&r1=231768&r2=231769&view=diff
==============================================================================
--- lld/trunk/test/mach-o/use-simple-dylib.yaml (original)
+++ lld/trunk/test/mach-o/use-simple-dylib.yaml Tue Mar 10 03:06:49 2015
@@ -1,4 +1,4 @@
-# RUN: lld -flavor darwin -arch x86_64 -print_atoms -r %s | FileCheck %s
+# RUN: lld -flavor darwin -arch x86_64 -print_atoms -r %s -o %t | FileCheck %s
 
 
 --- !mach-o





More information about the llvm-commits mailing list