repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
[llvm-core.git]
/
bindings
/
go
/
llvm
/
llvm_config.go.in
blob
4c63ed10cfb77ea3ce91798601842fa3f8af8278
1
// +build !byollvm
2
3
package
llvm
4
5
/*
6
#cgo CXXFLAGS: -std=c++14
7
#cgo CPPFLAGS: @LLVM_CFLAGS@
8
#cgo LDFLAGS: @LLVM_LDFLAGS@
9
*/
10
import
"C"
11
12
type
(
run_build_sh
int
)