As Zach mentioned here: https://github.com/microsoft/microsoft-pdb/issues/51#issuecomment-954876920.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please add a test that uses llc and llvm-pdbutil to show the roundtripping of this from LLVM IR with debug info to codeview. Otherwise, looks good, thanks!
lldb/include/lldb/lldb-enumerations.h | ||
---|---|---|
752 | Thanks, it sounds good. |
You forgot to add it to the Python API. It should also be added at the end to avoid user-code breakage. See D116136 . I can rebase my change and correct this :)