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:
parent
5be81a26da
commit
5982924b04
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user