Commit 775caee1 by Cody Northrop Committed by Commit Bot

Scripts: Ignore robin_hood headers in VVL

Needed to unblock vulkan-deps roll. Example bad roll: https://chromium-review.googlesource.com/c/angle/angle/+/2784701 Fallout from upstream changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/2639 TBR: jmadill@google.com Bug: angleproject:5791 Change-Id: Idf4a0f6b4a7ef04e48d84110cd9d30887ebff9cf Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2784712Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Cody Northrop <cnorthrop@google.com>
parent 0c9f22d3
...@@ -235,6 +235,9 @@ IGNORED_INCLUDES = { ...@@ -235,6 +235,9 @@ IGNORED_INCLUDES = {
# comments. Since the script doesn't skip comments they are # comments. Since the script doesn't skip comments they are
# erroneously marked as valid includes # erroneously marked as valid includes
b'rapidjson/...', b'rapidjson/...',
# Validation layers support building with robin hood hashing, but we are not enabling that
# See http://anglebug.com/5791
b'robin_hood.h',
} }
IGNORED_INCLUDE_PREFIXES = { IGNORED_INCLUDE_PREFIXES = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment