comparison bindings/go/llvm/executionengine.go @ 100:7d135dc70f03 LLVM 3.9

LLVM 3.9
author Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp>
date Tue, 26 Jan 2016 22:53:40 +0900
parents 60c9769439b8
children c2174574ed3a
comparison
equal deleted inserted replaced
96:6418606d0ead 100:7d135dc70f03
12 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===//
13 13
14 package llvm 14 package llvm
15 15
16 /* 16 /*
17 #include "llvm-c/Core.h"
17 #include "llvm-c/ExecutionEngine.h" 18 #include "llvm-c/ExecutionEngine.h"
18 #include <stdlib.h> 19 #include <stdlib.h>
19 */ 20 */
20 import "C" 21 import "C"
21 import "unsafe" 22 import "unsafe"