Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClangBuiltLinux/tc-build
/ Arm64KernelBuilder
Class
Arm64KernelBuilder
tc_build/kernel.py:239–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
238
239
class
Arm64KernelBuilder(KernelBuilder):
240
def
__init__(self) -> None:
241
super().__init__(
'arm64'
)
242
243
244
class
HexagonKernelBuilder(KernelBuilder):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected