https://github.com/AaronBallman commented:

With this patch, I get errors when loading a visual studio solution generated 
with these change, and all of clang's libraries are placed at the top level. 
The error is a dialog box saying "The solution already contains an item named 
'clang'."

Another thing (that is existing behavior) worth noting is that at some point, 
we lost the ability to browse directly to files in Visual Studio. Instead of 
going to `Clang Libraries->clangDriver->Source Files->ToolChain.cpp`, you have 
to go to `Object Libraries->obj.clangDriver->Source Files->ToolChain.cpp` which 
is pretty strange. Your patch doesn't change this, but if we're correcting 
folder structure behavior, we should probably address that at the same time if 
we can.

https://github.com/llvm/llvm-project/pull/89743
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to