1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Hopefully fix the build for people with ocaml.

llvm-svn: 72254
This commit is contained in:
Duncan Sands 2009-05-22 09:22:17 +00:00
parent 5be81a26da
commit 5982924b04

View File

@ -249,6 +249,7 @@ external const_packed_struct : llvalue array -> llvalue
external const_vector : llvalue array -> llvalue = "llvm_const_vector"
(*--... Constant expressions ...............................................--*)
external align_of : lltype -> llvalue = "LLVMAlignOf"
external size_of : lltype -> llvalue = "LLVMSizeOf"
external const_neg : llvalue -> llvalue = "LLVMConstNeg"
external const_not : llvalue -> llvalue = "LLVMConstNot"