mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-07 06:09:57 +03:00
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 <cnorthrop@google.com> Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Cody Northrop <cnorthrop@google.com>
This commit is contained in:
committed by
Commit Bot
parent
0c9f22d3a7
commit
775caee1ac
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user