From 775caee1acece88fc68bccc3056f5a65efcbfcac Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Wed, 24 Mar 2021 08:42:54 -0600 Subject: [PATCH] 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/+/2784712 Reviewed-by: Cody Northrop Reviewed-by: Jamie Madill Commit-Queue: Cody Northrop --- scripts/export_targets.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/export_targets.py b/scripts/export_targets.py index c3ef8fed9..e8d903802 100755 --- a/scripts/export_targets.py +++ b/scripts/export_targets.py @@ -235,6 +235,9 @@ IGNORED_INCLUDES = { # comments. Since the script doesn't skip comments they are # erroneously marked as valid includes 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 = {