[all-commits] [llvm/llvm-project] 79e5c5: [llvm-lipo] Fix create-arch-asm test by requiring ...

Vincent Lee via All-commits all-commits at lists.llvm.org
Mon Sep 12 18:59:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 79e5c5004e9a6efafa62c6c1b8e7d46c8669fb0c
      https://github.com/llvm/llvm-project/commit/79e5c5004e9a6efafa62c6c1b8e7d46c8669fb0c
  Author: Vincent Lee <leevince at fb.com>
  Date:   2022-09-12 (Mon, 12 Sep 2022)

  Changed paths:
    M llvm/test/tools/llvm-lipo/create-arch-asm.test

  Log Message:
  -----------
  [llvm-lipo] Fix create-arch-asm test by requiring x86 and aarch64 target

https://reviews.llvm.org/D133729 broke the buildbots because some
don't build with both x86 and aarch64 targets. Adding REQUIRES
to make sure this test only runs when specifying for both arch.




More information about the All-commits mailing list