MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / getBuildArchitecture

Function getBuildArchitecture

Tests/SCBuildTest/SCBuildFixtureTest.cpp:68–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68static Build::Architecture::Type getBuildArchitecture()
69{
70 switch (HostInstructionSet)
71 {
72 case InstructionSet::ARM64: return Build::Architecture::Arm64;
73 case InstructionSet::Intel64: return Build::Architecture::Intel64;
74 case InstructionSet::Intel32: return Build::Architecture::Intel32;
75 }
76 Assert::unreachable();
77}
78
79static Result verifyNativeBackendHostSupport()
80{

Callers 1

makeNativeCompileActionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected