Add bindings to create import declarations for modules, functions, types, and other entities. This wraps the conveniences available in the existing DIBuilder API, but these seem C++-specific.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This has broken many bots with:
/b/sanitizer-x86_64-linux/build/llvm/tools/llvm-c-test/debuginfo.c:48:19: error: unused variable 'AliasImportedModule' [-Werror,-Wunused-variable] LLVMMetadataRef AliasImportedModule = ^
Can you take a look?