This is an archive of the discontinued LLVM Phabricator instance.

[benchmark] Lowercase windows specific includes
ClosedPublic

Authored by mstorsjo on Sep 17 2018, 11:37 AM.

Details

Summary

The windows SDK headers don't have self-consistent casing anyway, so we consistently use lowercase for these in other places, in order to fix crosscompilation with mingw headers.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Sep 17 2018, 11:37 AM
lebedev.ri added a subscriber: lebedev.ri.

Would be great if this could go upstream first, and then backported.

This revision is now accepted and ready to land.Sep 18 2018, 1:43 AM
This revision was automatically updated to reflect the committed changes.

Hi!

Sorry, I missed the patch when it was uploaded. It might make sense to mention the upstream revision in README.LLVM (within benchmark folder in the LLVM source tree), so that it's easy to understand that this change was also applied upstream. I can do that, though, no worries.

Thanks for fixing the issue!

Hi!

Sorry, I missed the patch when it was uploaded. It might make sense to mention the upstream revision in README.LLVM (within benchmark folder in the LLVM source tree), so that it's easy to understand that this change was also applied upstream. I can do that, though, no worries.

Ah, I hadn't noticed that there was such a file there. I added the reference to the cherry-picked commit there now as well.

Hi!

Sorry, I missed the patch when it was uploaded. It might make sense to mention the upstream revision in README.LLVM (within benchmark folder in the LLVM source tree), so that it's easy to understand that this change was also applied upstream. I can do that, though, no worries.

Ah, I hadn't noticed that there was such a file there. I added the reference to the cherry-picked commit there now as well.

Great, thank you very much!