view bindings/go/llvm/llvm_config.go.in @ 116:a609e5c42ecc

change from CGF to this
author mir3636
date Mon, 08 Aug 2016 19:47:00 +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)