예제 #1
0
파일: attribute.go 프로젝트: hinike/llgo
func (tlsAttribute) Apply(v llvm.Value) {
	v.SetThreadLocal(true)
}