Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DTargetRegistry.cpp50 std::string TempError; in lookupTarget() local
51 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), TempError); in lookupTarget()