Skip to content

Commit 39eab89

Browse files
committed
---
yaml --- r: 6809 b: refs/heads/master c: e383004 h: refs/heads/master i: 6807: 251558a v: v3
1 parent c5d307f commit 39eab89

File tree

7 files changed

+562
-154
lines changed

7 files changed

+562
-154
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 10030a37d50f5c3ae681709598be201153e0b1e5
2+
refs/heads/master: e383004985a5d725cec91cc48793284eedbcdbce

trunk/src/comp/lib/llvm.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,11 @@ native mod llvm {
234234
/* Operations on other types */
235235
fn LLVMVoidTypeInContext(C: ContextRef) -> TypeRef;
236236
fn LLVMLabelTypeInContext(C: ContextRef) -> TypeRef;
237+
fn LLVMMetadataTypeInContext(C: ContextRef) -> TypeRef;
237238

238239
fn LLVMVoidType() -> TypeRef;
239240
fn LLVMLabelType() -> TypeRef;
241+
fn LLVMMetadataType() -> TypeRef;
240242

241243
/* Operations on all values */
242244
fn LLVMTypeOf(Val: ValueRef) -> TypeRef;

0 commit comments

Comments
 (0)