================ @@ -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; ---------------- jdoerfert wrote:
This is a generic sounding flag that guards a very very specific thing. Is there ever a use case where the flag is not set (and it is checked)? 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