forked from OSchip/llvm-project
[pgo] Fix doc typo: thingswith -> things with
The title says it all. Reviewed By: thakis Differential Revision: https://reviews.llvm.org/D125763
This commit is contained in:
parent
99639e5a3e
commit
329dc5587c
|
@ -320,7 +320,7 @@ Args = collections.namedtuple('Args', [
|
|||
def _parse_args():
|
||||
parser = argparse.ArgumentParser(
|
||||
description='Builds LLVM and Clang with instrumentation, collects '
|
||||
'instrumentation profiles for them, and (optionally) builds things'
|
||||
'instrumentation profiles for them, and (optionally) builds things '
|
||||
'with these PGO profiles. By default, it\'s assumed that you\'re '
|
||||
'running this from your LLVM root, and all build artifacts will be '
|
||||
'saved to $PWD/out.')
|
||||
|
|
Loading…
Reference in New Issue