File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2879,7 +2879,7 @@ usual build cycle when using sample profilers for optimization:
28792879
28802880 > clang-cl /O2 ^
28812881 /clang:-fdebug-info-for-profiling /clang:-funique-internal-linkage-names ^
2882- -fprofile-sample-use=code.prof code.cc /Fe:code -fuse-ld=lld /link /debug:dwarf
2882+ -fprofile-sample-use=code.prof code.cc /Fe:code
28832883
28842884 [OPTIONAL] Sampling-based profiles can have inaccuracies or missing block/
28852885 edge counters. The profile inference algorithm (profi) can be used to infer
@@ -2898,7 +2898,7 @@ usual build cycle when using sample profilers for optimization:
28982898
28992899 > clang-cl /clang:-fsample-profile-use-profi /O2 ^
29002900 /clang:-fdebug-info-for-profiling /clang:-funique-internal-linkage-names ^
2901- -fprofile-sample-use=code.prof code.cc /Fe:code -fuse-ld=lld /link /debug:dwarf
2901+ -fprofile-sample-use=code.prof code.cc /Fe:code
29022902
29032903 Sample Profile Formats
29042904""""""""""""""""""""""
You can’t perform that action at this time.
0 commit comments