Mercurial > hg > CbC > CbC_llvm
view bindings/go/llvm/llvm_config.go.in @ 92:8a1cd0ffee6e
Create prototype declaration automatically if prototype was not found when parsing continuation arguments.
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 17 Apr 2015 13:54:34 +0900 |
parents | 60c9769439b8 |
children |
line wrap: on
line source
// +build !byollvm package llvm /* #cgo CXXFLAGS: -std=c++11 #cgo CPPFLAGS: @LLVM_CFLAGS@ #cgo LDFLAGS: @LLVM_LDFLAGS@ */ import "C" type (run_build_sh int)