From 68adba436cd987d637b46caa90333f7b809ad419 Mon Sep 17 00:00:00 2001 From: Gunhan Gulsoy Date: Tue, 26 May 2020 13:59:25 -0700 Subject: [PATCH] Remove arch/*.c from arch64 builds in aws-c-common. These files include immintrin and emmintrin, which are x86(64) platform extensions PiperOrigin-RevId: 313262716 Change-Id: Iced220a4caee3d42a25e4fbfa420316a686f6be2 --- third_party/aws/aws-c-common.bazel | 1 - 1 file changed, 1 deletion(-) diff --git a/third_party/aws/aws-c-common.bazel b/third_party/aws/aws-c-common.bazel index a66fbcb1164..ab9406805c2 100644 --- a/third_party/aws/aws-c-common.bazel +++ b/third_party/aws/aws-c-common.bazel @@ -14,7 +14,6 @@ cc_library( srcs = select({ "@org_tensorflow//tensorflow:linux_aarch64": glob([ "source/posix/*.c", - "source/arch/*.c" ]), "@org_tensorflow//tensorflow:linux_x86_64": glob([ "source/posix/*.c",