[Lldb-commits] [lldb] r348514 - Fix line endings in build.py
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 6 10:45:07 PST 2018
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.
More information about the lldb-commits
mailing list