MCPcopy Create free account
hub / github.com/ClangBuiltLinux/tc-build / default_projects

Method default_projects

tc_build/llvm.py:853–854  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

851
852
853class LLVMSourceManager(GitSourceManager):
854 def __init__(self, repo):
855 super().__init__(repo)
856
857 self._pretty_name = 'LLVM'

Callers 1

build-llvm.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected