Skip to content

Commit f85da50

Browse files
debuginfo: Support for recursive types.
1 parent 206cc59 commit f85da50

File tree

3 files changed

+416
-174
lines changed

3 files changed

+416
-174
lines changed

src/librustc/lib/llvm.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,6 +2117,10 @@ pub mod llvm {
21172117
LineNo: c_uint)
21182118
-> ValueRef;
21192119

2120+
#[fast_ffi]
2121+
pub fn LLVMDICompositeTypeSetTypeArray(CompositeType: ValueRef, TypeArray: ValueRef);
2122+
2123+
21202124
#[fast_ffi]
21212125
pub fn LLVMIsAArgument(value_ref: ValueRef) -> ValueRef;
21222126

0 commit comments

Comments
 (0)