示例#1
0
文件: attribute.go 项目: hinike/llgo
func (tlsAttribute) Apply(v llvm.Value) {
	v.SetThreadLocal(true)
}