[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 06:01:03 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG329dc5587cea: [pgo] Fix doc typo: thingswith -> things with (authored by kwk).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125763/new/
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.430016.patch
Type: text/x-patch
Size: 702 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220517/1d28d129/attachment.bin>
More information about the llvm-commits
mailing list