LLVM DIA SDK
Closed this issue · 4 comments
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?
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. --msvc-16.3
- what do you think?
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.
--msvc-16.3
- what do you think?
Thanks a lot for the quick response. Yeah, I think it makes sense to add ATL to the versioned install targets.