================ @@ -99,14 +100,20 @@ class OpenMPIRBuilderConfig { /// expanded. std::optional<bool> IsGPU; - // Flag for specifying if offloading is mandatory. + /// Flag for specifying if LLVMUsed information should be emitted. + std::optional<bool> EmitLLVMUsed; ---------------- TIFitis wrote:
I've changed the name to `EmitLLVMUsedMetaInfo`, please let me know if you have a better name. I don't think we have such a use case. I've updated the current code to check the flag is set before checking it. https://github.com/llvm/llvm-project/pull/80343 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits