forked from OSchip/llvm-project
parent
212c104ea3
commit
56ff1fd5b1
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue