================
@@ -95,18 +95,21 @@ class ToolChain {
enum CXXStdlibType {
CST_Libcxx,
- CST_Libstdcxx
+ CST_Libstdcxx,
+ CST_Stl,
----------------
zmodem wrote:
Could this be Msvcstl or something? Just Stl seems a pretty generic name.
https://github.com/llvm/llvm-project/pull/96417