This is an archive of the discontinued LLVM Phabricator instance.

[clang] Add include path for cppwinrt on Windows SDK 10.0.17134+
ClosedPublic

Authored by saschanaz on Jan 15 2022, 2:38 PM.

Details

Summary

This fixes https://github.com/llvm/llvm-project/issues/53112 by adding cppwinrt to the include path when the SDK version is higher than 10.0.17134.0.

Diff Detail

Event Timeline

saschanaz requested review of this revision.Jan 15 2022, 2:38 PM
saschanaz created this revision.
Herald added a project: Restricted Project. ยท View Herald TranscriptJan 15 2022, 2:38 PM
Herald added a subscriber: cfe-commits. ยท View Herald Transcript

That same check decorate_proc_maps.cpp failed on D117405 too ๐Ÿค”

hans accepted this revision.Jan 17 2022, 7:11 AM

lgtm, thanks!

Do you have commit access, or would you like me to commit it for you?

That same check decorate_proc_maps.cpp failed on D117405 too ๐Ÿค”

Yeah, that looks like unrelated flakiness.

This revision is now accepted and ready to land.Jan 17 2022, 7:11 AM

Do you have commit access, or would you like me to commit it for you?

I don't have the access, please do it for me ๐Ÿ‘

https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access

Prior to obtaining commit access, it is common practice to request that someone with commit access commits on your behalf. When doing so, please provide the name and email address you would like to use in the Author property of the commit.

Per this paragraph, you can use Kagami Sascha Rosylight <saschanaz@outlook.com>. In parallel, I just requested my access ๐Ÿ‘

This revision was landed with ongoing or failed builds.Jan 18 2022, 12:21 AM
This revision was automatically updated to reflect the committed changes.