Commit 3f52eef
authored
[llvm-driver] Remove llvm-profdata from the driver (#162191)
llvm-profdata uses cl tool for command line parsing which declares
global options which clash in a multicall driver build. As a result
operations such as `llvm-profdata --help` prints options which are
unrelated to llvm-profdata when built in multicall mode.1 parent e706a30 commit 3f52eef
2 files changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3464 | 3464 | | |
3465 | 3465 | | |
3466 | 3466 | | |
3467 | | - | |
3468 | | - | |
3469 | | - | |
3470 | | - | |
| 3467 | + | |
3471 | 3468 | | |
3472 | 3469 | | |
3473 | 3470 | | |
| |||
0 commit comments