rename llvm.binding to llvm.bindings, update IN:
parent
27e95c7908
commit
08a3d907db
|
@ -1,5 +1,5 @@
|
||||||
USING: accessors alien compiler.units kernel
|
USING: accessors alien compiler.units kernel
|
||||||
llvm tools.test words llvm.core ;
|
llvm.bindings llvm.core tools.test words ;
|
||||||
|
|
||||||
IN: scratchpad
|
IN: scratchpad
|
||||||
|
|
|
@ -2,7 +2,7 @@ USING: accessors alien.c-types alien.strings arrays
|
||||||
central destructors kernel llvm.core llvm.engine
|
central destructors kernel llvm.core llvm.engine
|
||||||
quotations sequences specialized-arrays.alien ;
|
quotations sequences specialized-arrays.alien ;
|
||||||
|
|
||||||
IN: llvm
|
IN: llvm.bindings
|
||||||
|
|
||||||
: llvm-throw ( char** -- )
|
: llvm-throw ( char** -- )
|
||||||
[ alien>string ] [ LLVMDisposeMessage ] bi throw ;
|
[ alien>string ] [ LLVMDisposeMessage ] bi throw ;
|
Loading…
Reference in New Issue