mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
s/Context &Ctx/Context &Context/g
This commit is contained in:
@@ -44,7 +44,7 @@ static cl::opt<char> OptLevel("compile-opt-level",
|
||||
cl::ZeroOrMore,
|
||||
cl::init(' '));
|
||||
|
||||
static void compileModuleRunImpl(const Context &Ctx,
|
||||
static void compileModuleRunImpl(const Context &Context,
|
||||
LLVMContainer &Module,
|
||||
ObjectFileContainer &TargetBinary) {
|
||||
using namespace revng;
|
||||
@@ -55,7 +55,7 @@ static void compileModuleRunImpl(const Context &Ctx,
|
||||
return;
|
||||
|
||||
if (Enumeration.contains(pipeline::Target(kinds::IsolatedRoot))
|
||||
and not Enumeration.contains(kinds::Isolated.allTargets(Ctx)))
|
||||
and not Enumeration.contains(kinds::Isolated.allTargets(Context)))
|
||||
return;
|
||||
|
||||
StringMap<llvm::cl::Option *> &RegOptions(getRegisteredOptions());
|
||||
|
||||
Reference in New Issue
Block a user