Skip to content

Commit cbdce98

Browse files
committed
Address comments
1 parent 72c3bfb commit cbdce98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/UsersManual.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
""""""""""""""""""""""

0 commit comments

Comments
 (0)