Make sure that the go bindings call LLVMInitializeMCJITCompilerOptions
authorEric Christopher <echristo@gmail.com>
Wed, 26 Nov 2014 02:27:46 +0000 (02:27 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 26 Nov 2014 02:27:46 +0000 (02:27 +0000)
commit82ec8476af25616138a9050b5edd6e1e3cf42e4d
tree28466432f8b89d5c3ad2ac587d0080a84c701d62
parentc0dae440e6693f67f6cf029d29890b1bfc9247b7
Make sure that the go bindings call LLVMInitializeMCJITCompilerOptions
so that they initialize the code generation model to the correct
(non-zero) default model.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222804 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/go/llvm/executionengine.go
bindings/go/llvm/executionengine_test.go