Commit 2307a84
committed
[Driver] Do not add gno-column-info when using sampling PGO
Column info is important for sampling PGO to generate/load profile file.
On windows, it will be automatically added when using -gdwarf to generate
profile file. It should also be generated when fprofile-sample-use= is
used.1 parent c8cd497 commit 2307a84
File tree
2 files changed
+7
-6
lines changed- clang
- lib/Driver/ToolChains
- test/Driver
2 files changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4690 | 4690 | | |
4691 | 4691 | | |
4692 | 4692 | | |
4693 | | - | |
4694 | | - | |
4695 | | - | |
4696 | | - | |
4697 | | - | |
| 4693 | + | |
| 4694 | + | |
| 4695 | + | |
| 4696 | + | |
| 4697 | + | |
4698 | 4698 | | |
4699 | 4699 | | |
4700 | 4700 | | |
4701 | | - | |
| 4701 | + | |
4702 | 4702 | | |
4703 | 4703 | | |
4704 | 4704 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
0 commit comments