[all-commits] [llvm/llvm-project] 08742e: compiler-rt/test/metadata: restrict tests to x86_64

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Mon Dec 5 06:27:35 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 08742e72a34e835e6fc3c696eabe6045c78d6289
      https://github.com/llvm/llvm-project/commit/08742e72a34e835e6fc3c696eabe6045c78d6289
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2022-12-05 (Mon, 05 Dec 2022)

  Changed paths:
    M compiler-rt/test/metadata/CMakeLists.txt

  Log Message:
  -----------
  compiler-rt/test/metadata: restrict tests to x86_64

aarch64 builder broke with:

-- Supported architectures for crt: aarch64
CMake Error at compiler-rt/cmake/config-ix.cmake:244 (message):
  Unsupported architecture: x86_64
Call Stack (most recent call first):
  compiler-rt/cmake/config-ix.cmake:280 (get_target_flags_for_arch)
  compiler-rt/test/metadata/CMakeLists.txt:7 (get_test_cc_for_arch)
-- Configuring incomplete, errors occurred!

https://lab.llvm.org/buildbot/#/builders/223/builds/11423

Restrict the tests to x86_64 only.

Reviewed By: melver

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




More information about the All-commits mailing list