================
@@ -82,6 +82,10 @@ static void EmitEntryPointFunc(const FunctionRec &F, raw_ostream &OS) {
}
OS << ") {\n";
+ // Check offload is inited
----------------
jhuber6 wrote:
I'm not a fan of `inited` as short for `initialized`.
https://github.com/llvm/llvm-project/pull/144370