[PATCH] D85148: Fix ARM build bots failures due to disabled x86_64-apple target

Douglas Yung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 01:17:45 PDT 2020


dyung added inline comments.


================
Comment at: llvm/test/Transforms/HotColdSplit/coldentrycount.ll:4
 
+; REQUIRES: x86_64-apple
 ; RUN: opt -hotcoldsplit -hotcoldsplit-threshold=0 -codegenprepare -S < %s | FileCheck %s
----------------
Shouldn't this be x86-registered-target? If I build the compiler with an x86-only backend, but not an apple triple as the default triple, I think this test gets marked as unsupported with your change instead of being run.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85148/new/

https://reviews.llvm.org/D85148



More information about the llvm-commits mailing list