sharadhr wrote: > This patch adds support for the Clang-style command-line interface... allows > debugging with Visual Studio
```shell clang++ --driver-mode=cl /winsdkdir=<path> --driver-mode=gnu -stdlib=libc++ -gcodeview ... ``` Is there something I'm missing here? Perhaps the libc++ work is useful, but there is an existing solution for everything else. https://github.com/llvm/llvm-project/pull/96417 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
