コード例 #1
0
ファイル: attribute.go プロジェクト: hinike/llgo
func (tlsAttribute) Apply(v llvm.Value) {
	v.SetThreadLocal(true)
}