================
@@ -5132,6 +5132,56 @@ static void ProcessVSRuntimeLibrary(const ToolChain &TC, 
const ArgList &Args,
     CmdArgs.push_back("--dependent-lib=softintrin");
 }
 
+static bool CanRunOffloadDeviceCC1JobInParallel(const JobAction &JA,
----------------
jhuber6 wrote:

General question, why do we need to touch `Clang.cpp` at all? I figured that 
we'd just be able to travel the tree of Jobs before executing and determine 
eligibility there.

https://github.com/llvm/llvm-project/pull/208254
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to