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

Method __init__

tc_build/llvm.py:846–850  ·  view source on GitHub ↗
(self, repo)

Source from the content-addressed store, hash-verified

844 ]
845 subprocess.run(llvm_prof_data_cmd, check=True)
846
847
848class LLVMSlimInstrumentedBuilder(LLVMInstrumentedBuilder, LLVMSlimBuilder):
849 # No methods to override, this class inherits everyting from these super classes
850 pass
851
852
853class LLVMSourceManager(GitSourceManager):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected