projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6752d1
)
Hopefully fix the build for people with ocaml.
author
Duncan Sands
<baldrick@free.fr>
Fri, 22 May 2009 09:22:17 +0000
(09:22 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Fri, 22 May 2009 09:22:17 +0000
(09:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72254
91177308
-0d34-0410-b5e6-
96231b3b80d8
bindings/ocaml/llvm/llvm.ml
patch
|
blob
|
history
diff --git
a/bindings/ocaml/llvm/llvm.ml
b/bindings/ocaml/llvm/llvm.ml
index
a3a614d
..
c8862b1
100644
(file)
--- a/
bindings/ocaml/llvm/llvm.ml
+++ b/
bindings/ocaml/llvm/llvm.ml
@@
-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"