From cbd7a47966bbea38ec3e789ea291ac3a1c4b3b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Mon, 23 Dec 2019 00:00:00 +0000 Subject: [PATCH] skip aarch64_ldaxr_stlxr.cpp build in non aarch64 --- path_properties.py | 1 + 1 file changed, 1 insertion(+) 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'}}, },