Introduce composite debuginfo.
This commit is contained in:
parent
6d651a295e
commit
b550eabfa6
9 changed files with 199 additions and 16 deletions
|
@ -1111,6 +1111,10 @@ extern "C" uint64_t LLVMRustDIBuilderCreateOpPlusUconst() {
|
|||
return dwarf::DW_OP_plus_uconst;
|
||||
}
|
||||
|
||||
extern "C" int64_t LLVMRustDIBuilderCreateOpLLVMFragment() {
|
||||
return dwarf::DW_OP_LLVM_fragment;
|
||||
}
|
||||
|
||||
extern "C" void LLVMRustWriteTypeToString(LLVMTypeRef Ty, RustStringRef Str) {
|
||||
RawRustStringOstream OS(Str);
|
||||
unwrap<llvm::Type>(Ty)->print(OS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue