Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Add pdbs to the NDK #2060

Open
tiagomacarios opened this issue Aug 22, 2024 · 6 comments
Open

[FR] Add pdbs to the NDK #2060

tiagomacarios opened this issue Aug 22, 2024 · 6 comments
Assignees

Comments

@tiagomacarios
Copy link

Description

See #2059 for background.
Having the clang pdbs would help us understand what the issue is and possibly suggest fixes/work around issues.

@DanAlbert
Copy link
Member

@pirama-arumuga-nainar, WDYT? Maybe not include them directly in the NDK (are they large?), but make sure they're on ci.android.com so people can get them if they need them?

@pirama-arumuga-nainar
Copy link
Collaborator

LLVM_ENABLE_PDB should generate this. I'm testing locally to get an idea about the size.

ci.android.com sounds like the correct place to make them available. Note that our current builds have a shorter retention period (internal bug b/332650194) but that'll probably get resolved within the next two quarters.

@pirama-arumuga-nainar
Copy link
Collaborator

$ du -sh clang.pdb lld.pdb
896M    clang.pdb
565M    lld.pdb

These are several times larger than clang itself. Both of the files compress down to 214M combined. Definitely not something we could distribute.

@DanAlbert
Copy link
Member

They're rarely needed, so ci.android.com would be fine anyway.

@tiagomacarios
Copy link
Author

@DanAlbert @pirama-arumuga-nainar Was this implemented? If yes, could you document where to find the pdbs? I am not very familiar with the build infrastructure.

@DanAlbert
Copy link
Member

Not yet. We've got a lot of other things on our plate. We'll update the bug when something changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants