================ @@ -95,18 +95,21 @@ class ToolChain { enum CXXStdlibType { CST_Libcxx, - CST_Libstdcxx + CST_Libstdcxx, + CST_Stl, ---------------- trcrsired wrote: Yes. MSVC STL is called STL. STL is not a generic name. std is. https://github.com/llvm/llvm-project/pull/96417