-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
Programmability 2025-09-01
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Validate the debugging experience of clang LTO PGO binaries to make sure everything works appropriately. To build these binaries in CI you can pass:
evergreen patch -u --project mongodb-mongo-master --param patch_compile_flags="--dtlto --pgo_profile_use --compiler_type=clang"
or if you want to build locally:
bazel build install-dist-test --config=evg --dtlto --pgo_profile_use --compiler_type=clang