================ @@ -95,18 +95,21 @@ class ToolChain { enum CXXStdlibType { CST_Libcxx, - CST_Libstdcxx + CST_Libstdcxx, + CST_Stl, ---------------- zmodem wrote:
I think most C++ developers understand STL as a generic term for the standard library rather than for Microsoft's implementation specifically. `-stdlib=stl` could be confusing; `-stdlib=msstl` would be much clearer. (And the enumeration should be named to match.) https://github.com/llvm/llvm-project/pull/96417 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits