We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bfafdd commit 2f9d381Copy full SHA for 2f9d381
llvm/utils/dtlto/local.py
@@ -7,7 +7,7 @@
7
used for integration tests.
8
9
Usage:
10
- python dtlto_codegen.py <json_file>
+ python local.py <json_file>
11
12
Arguments:
13
- <json_file> : JSON file describing the DTLTO jobs.
llvm/utils/dtlto/mock.py
@@ -6,10 +6,10 @@
6
perform the backend compilation jobs.
- python mock_distributor.py <input_file1> <input_file2> ... <json_file>
+ python mock.py <input_file1> <input_file2> ... <json_file>
- - <input_file1>, <input_file2>, ... : Input files to be copied.
+ - <input_file1>, <input_file2>, ... : Input files to be copied.
14
15
The script performs the following:
0 commit comments