================
@@ -194,6 +201,7 @@ class ToolChain {
mutable std::optional<CXXStdlibType> cxxStdlibType;
mutable std::optional<RuntimeLibType> runtimeLibType;
mutable std::optional<UnwindLibType> unwindLibType;
+ mutable std::optional<CStdLibType> cStdLibType;
----------------
quic-k wrote:fixed https://github.com/llvm/llvm-project/pull/183254 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
