-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLVM DIA SDK #38
Comments
Thanks, you're right that I hadn't really tried out the DIA SDK support here. I pushed an experimental branch here, at atl, which installs this package too. I think this seems to work for building LLVM with DIA SDK enabled. I guess if we do this, we should also add this package consistently to the versioned install targets, if installing with e.g. |
Thanks a lot for the quick response. Yeah, I think it makes sense to add ATL to the versioned install targets. |
I posted #143 which should implement this. |
I merged #143 now, so this should be fixed now. |
LLVM DIA SDK support seems to need the ATL package ("Microsoft.VisualStudio.Component.VC.ATL"). Add it to the default package since DIA SDK is included already?
https://github.com/llvm/llvm-project/blob/7ee1c162cc53d37f717f9a138276ad64fa6863bc/llvm/include/llvm/DebugInfo/PDB/DIA/DIASupport.h#L25
The text was updated successfully, but these errors were encountered: