danalbert added a comment. Otherwise LGTM
================ Comment at: clang/lib/Driver/ToolChains/CommonArgs.cpp:503 bool tools::addOpenMPRuntime(ArgStringList &CmdArgs, const ToolChain &TC, - const ArgList &Args, bool IsOffloadingHost, - bool GompNeedsRT) { + const ArgList &Args, bool StaticHostRuntime, + bool IsOffloadingHost, bool GompNeedsRT) { ---------------- Maybe `ForceStaticHostRuntime`? For configurations where there is only a static runtime available, `StaticHostRuntime = false` won't actually link the dynamic runtime. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D67200/new/ https://reviews.llvm.org/D67200 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits