Skip to content

Commit 2f9d381

Browse files
committed
Update python module docstrings to match the script names
1 parent 0bfafdd commit 2f9d381

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llvm/utils/dtlto/local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
used for integration tests.
88
99
Usage:
10-
python dtlto_codegen.py <json_file>
10+
python local.py <json_file>
1111
1212
Arguments:
1313
- <json_file> : JSON file describing the DTLTO jobs.

llvm/utils/dtlto/mock.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
perform the backend compilation jobs.
77
88
Usage:
9-
python mock_distributor.py <input_file1> <input_file2> ... <json_file>
9+
python mock.py <input_file1> <input_file2> ... <json_file>
1010
1111
Arguments:
12-
- <input_file1>, <input_file2>, ... : Input files to be copied.
12+
- <input_file1>, <input_file2>, ... : Input files to be copied.
1313
- <json_file> : JSON file describing the DTLTO jobs.
1414
1515
The script performs the following:

0 commit comments

Comments
 (0)