We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8cf89 commit c22ad07Copy full SHA for c22ad07
src/comp/lib/llvm.rs
@@ -865,8 +865,8 @@ native mod llvm {
865
fn LLVMRustParseBitcode(MemBuf: MemoryBufferRef) -> ModuleRef;
866
867
/** FiXME: Hacky adaptor for lack of ULongLong in FFI: */
868
- fn LLVMRustConstInt(IntTy: TypeRef, N_hi: uint, N_lo: uint, SignExtend: Bool) ->
869
- ValueRef;
+ fn LLVMRustConstInt(IntTy: TypeRef, N_hi: uint, N_lo: uint,
+ SignExtend: Bool) -> ValueRef;
870
871
fn LLVMRustAddPrintModulePass(PM: PassManagerRef, M: ModuleRef,
872
Output: sbuf);
0 commit comments