Home
last modified time | relevance | path

Searched refs:errorForArchMismatch (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DConfig.h182 bool errorForArchMismatch = false; member
H A DDriver.cpp1653 config->errorForArchMismatch = args.hasArg(OPT_arch_errors_fatal); in link()
H A DInputFiles.cpp196 auto msg = config->errorForArchMismatch in compatWithTargetArch()