llvm.ffi: need to fix stack effect for the false case.
parent
ca1612cc57
commit
655262af9a
|
@ -8,7 +8,7 @@ IN: llvm.ffi
|
|||
{ [ os linux? ] [ "LLVM-3.9" find-so ] }
|
||||
{ [ os macosx? ] [ "/usr/local/opt/llvm/lib/libLLVM.dylib" ] }
|
||||
[ drop f ]
|
||||
} cond [ cdecl add-library ] when*
|
||||
} cond [ cdecl add-library ] [ drop ] if*
|
||||
>>
|
||||
|
||||
LIBRARY: llvm
|
||||
|
|
Loading…
Reference in New Issue