================
@@ -194,6 +194,7 @@ class ToolChain {
   mutable std::optional<CXXStdlibType> cxxStdlibType;
   mutable std::optional<RuntimeLibType> runtimeLibType;
   mutable std::optional<UnwindLibType> unwindLibType;
+  mutable std::optional<std::string> cstdlibType;
----------------
quic-k wrote:

thanks for pointing to the discussion, I think I need to start joining this 
sync-up

as you said, I don't see a clear conclusion from the discussion
using enums is not a deal breaker for me, so I guess I will switch to enums as 
its more cleaner

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

Reply via email to