YexuanXiao wrote: ```shell > clang++ -nostdinc --driver-mode=cl /winsdkdir=<path> --driver-mode=gnu > -stdlib=libc++ -gcodeview ... > ``` > > A similar solution was posted > [here](https://github.com/llvm/llvm-project/issues/53004#issuecomment-1207167610). >
These solutions are more difficult to use and confusing. Using --driver-mode=cl is actually a hybrid mode, rather than the clang mode. https://github.com/llvm/llvm-project/pull/96417 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
