[PATCH] D125763: [pgo] Fix doc typo: thingswith -> things with
Konrad Wilhelm Kleine via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 17 03:50:51 PDT 2022
kwk created this revision.
Herald added a subscriber: wenlei.
Herald added a project: All.
kwk requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The title says it all.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125763
Files:
llvm/utils/collect_and_build_with_pgo.py
Index: llvm/utils/collect_and_build_with_pgo.py
===================================================================
--- llvm/utils/collect_and_build_with_pgo.py
+++ llvm/utils/collect_and_build_with_pgo.py
@@ -320,7 +320,7 @@
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.')
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125763.429994.patch
Type: text/x-patch
Size: 702 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220517/781f3b38/attachment.bin>
More information about the llvm-commits
mailing list