Author: zturner
Date: Thu Dec  6 10:45:07 2018
New Revision: 348514

URL: http://llvm.org/viewvc/llvm-project?rev=348514&view=rev
Log:
Fix line endings in build.py

Modified:
    lldb/trunk/lit/helper/build.py

Modified: lldb/trunk/lit/helper/build.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/helper/build.py?rev=348514&r1=348513&r2=348514&view=diff
==============================================================================
--- lldb/trunk/lit/helper/build.py (original)
+++ lldb/trunk/lit/helper/build.py Thu Dec  6 10:45:07 2018
@@ -506,7 +506,7 @@ class MsvcBuilder(Builder):
             return self.inputs
 
         if self.mode == 'compile-and-link':
-            # Object file names should factor in both the input file (source)
+            # Object file names should factor in both the input file (source)
             # name and output file (executable) name, to ensure that two tests
             # which share a common source file don't race to write the same
             # object file.


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to