mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 15:51:35 +00:00
Tweak prose.
llvm-svn: 160478
This commit is contained in:
parent
17b12b72bc
commit
f8c9c07e24
@ -479,7 +479,7 @@ int main(int argc, char **argv) {
|
||||
TheTriple.isMacOSXVersionLT(10, 6))
|
||||
Target.setMCUseLoc(false);
|
||||
|
||||
// Figure out where we are going to send the output...
|
||||
// Figure out where we are going to send the output.
|
||||
OwningPtr<tool_output_file> Out
|
||||
(GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]));
|
||||
if (!Out) return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user