MCPcopy Create free account
hub / github.com/nodejs/node / get_specialized_compiler

Method get_specialized_compiler

deps/v8/tools/dev/gm.py:594–599  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

592 return []
593
594 def get_specialized_compiler(self):
595 if _get_machine() in ("aarch64", "mips64", "loongarch64"):
596 # We have no prebuilt Clang for arm64, mips64 or loongarch64 on Linux,
597 # so use the system Clang instead.
598 return ["clang_base_path = \"/usr\"", "clang_use_chrome_plugins = false"]
599 return []
600
601 def get_sandbox_flag(self):
602 if self.arch in SANDBOX_SUPPORTED_ARCHES:

Callers 1

get_gn_argsMethod · 0.95

Calls 1

_get_machineFunction · 0.85

Tested by

no test coverage detected