Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DConfig.h176 bool errorForArchMismatch = false; member
H A DDriver.cpp1537 config->errorForArchMismatch = args.hasArg(OPT_arch_errors_fatal); in link()
H A DInputFiles.cpp978 auto msg = config->errorForArchMismatch in parse()