Fix line endings in build.py

llvm-svn: 348514
This commit is contained in:
Zachary Turner 2018-12-06 18:45:07 +00:00
parent 212c104ea3
commit 56ff1fd5b1
1 changed files with 1 additions and 1 deletions

View File

@ -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.