This is an archive of the discontinued LLVM Phabricator instance.

compiler-rt/test/metadata: restrict tests to x86_64
ClosedPublic

Authored by dvyukov on Dec 5 2022, 6:18 AM.

Details

Summary

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.

Diff Detail

Event Timeline

dvyukov created this revision.Dec 5 2022, 6:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 5 2022, 6:18 AM
dvyukov requested review of this revision.Dec 5 2022, 6:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 5 2022, 6:18 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
melver accepted this revision.Dec 5 2022, 6:22 AM
This revision is now accepted and ready to land.Dec 5 2022, 6:22 AM
This revision was landed with ongoing or failed builds.Dec 5 2022, 6:27 AM
This revision was automatically updated to reflect the committed changes.