[all-commits] [llvm/llvm-project] 6b6e79: [Bazel] Add support for s390x build target

vibhutisawant via All-commits all-commits at lists.llvm.org
Wed May 11 09:23:31 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b6e796b74622ecf1983e860b1878353048466b4
      https://github.com/llvm/llvm-project/commit/6b6e796b74622ecf1983e860b1878353048466b4
  Author: Vibhuti Sawant <Vibhuti.Sawant at ibm.com>
  Date:   2022-05-11 (Wed, 11 May 2022)

  Changed paths:
    M utils/bazel/llvm-project-overlay/llvm/config.bzl

  Log Message:
  -----------
  [Bazel] Add support for s390x build target

While executing the test suite for Tensorflow(v2.8.0), we encountered multiple TC failures with the below error
```
'z14' is not a recognized processor for this target
```
This patch adds the s390x target to the build target list. It fixes TC failures in multiple modules of Tensorflow on s390x arch. It is also tested to have no effect on x86 machines.

Reviewed By: GMNGeoffrey

Differential Revision: https://reviews.llvm.org/D125096




More information about the All-commits mailing list