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 e5e9f09c6d
commit dfc2e57137
1 changed files with 1 additions and 0 deletions

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"