Open
Description
openedon Nov 1, 2024
Description
This follows up to the following task, where we started deploying mozc_tip32.dll.pdb
to users' environments.
As noted in the commit 0377ddd, the symbol file name embedded in mozc_tip32.dll
built with Bazel is mozc_tip.pdb
rather than mozc_tip32.dll.pdb
. Let's fix this so that we can fully switch to Bazel build to deprecate GYP build.
Steps to reproduce
bazel --bazelrc=windows.bazelrc build --config oss_windows --config release_build //win32/installer:mozc_tip32
cp bazel-bin\win32\installer\mozc_tip32.dll .
dumpbin /headers mozc_tip32.dll | findstr cv
Expected behavior
You would see mozc_tip32.dll.pdb
in the output.
Actual behavior
You see mozc_tip.pdb
in the output.
Version or commit-id
Environment
- OS: Windows 11 23H2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels