llvm.ffi: need to fix stack effect for the false case.

flac
John Benediktsson 2020-01-08 08:51:41 -08:00 committed by Steve Ayerhart
parent 6e7cd0f131
commit a270b4797a
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
1 changed files with 1 additions and 1 deletions

View File

@ -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