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

Method __init__

tc_build/kernel.py:436–443  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

434
435class LLVMKernelBuilder(Builder):
436 def __init__(self) -> None:
437 super().__init__()
438
439 self.bolt_instrumentation = False
440 self.bolt_sampling_output: Path = tc_build.utils.UNINIT_PATH
441 self.matrix = {}
442 self.silent: bool = True
443 self.toolchain_prefix: Path = tc_build.utils.UNINIT_PATH
444
445 def build(self) -> None:
446 lsm = LinuxSourceManager()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected