diff --git a/path_properties.py b/path_properties.py index 3653e30..2acd4b5 100644 --- a/path_properties.py +++ b/path_properties.py @@ -659,6 +659,7 @@ path_properties_tuples = ( { 'aarch64_add.cpp': {'allowed_archs': {'aarch64'}}, 'aarch64_ldadd.cpp': {'allowed_archs': {'aarch64'}}, + 'aarch64_ldaxr_stlxr.cpp': {'allowed_archs': {'aarch64'}}, 'x86_64_inc.cpp': {'allowed_archs': {'x86_64'}}, 'x86_64_lock_inc.cpp': {'allowed_archs': {'x86_64'}}, },