[llvm] 329dc55 - [pgo] Fix doc typo: thingswith -> things with

Konrad Kleine via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 06:00:51 PDT 2022


Author: Konrad Kleine
Date: 2022-05-17T12:58:23Z
New Revision: 329dc5587cea126d203945f0d75eccb6a0eb4258

URL: https://github.com/llvm/llvm-project/commit/329dc5587cea126d203945f0d75eccb6a0eb4258
DIFF: https://github.com/llvm/llvm-project/commit/329dc5587cea126d203945f0d75eccb6a0eb4258.diff

LOG: [pgo] Fix doc typo: thingswith -> things with

The title says it all.

Reviewed By: thakis

Differential Revision: https://reviews.llvm.org/D125763

Added: 
    

Modified: 
    llvm/utils/collect_and_build_with_pgo.py

Removed: 
    


################################################################################
diff  --git a/llvm/utils/collect_and_build_with_pgo.py b/llvm/utils/collect_and_build_with_pgo.py
index 38247534cf9cf..0851b91b0283c 100755
--- a/llvm/utils/collect_and_build_with_pgo.py
+++ b/llvm/utils/collect_and_build_with_pgo.py
@@ -320,7 +320,7 @@ def _build_optimized_clang(env, stage1_dir, profdata_file):
 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.')


        


More information about the llvm-commits mailing list