[PATCH] D72679: [ms] [llvm-ml] Add placeholder for llvm-ml, based on llvm-mc

Eric Astor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 19 20:41:33 PST 2020


epastor added a comment.

In D72679#1828069 <https://reviews.llvm.org/D72679#1828069>, @RKSimon wrote:

> Can you replicate the cmake settings in http://lab.llvm.org:8011/builders/llvm-clang-win-x-aarch64/builds/3114/steps/cmake-configure/logs/stdio ? The issue seems in part due to the available targets/triples:
>
>   llvm-ml.exe: error: : error: unable to get target for 'x86_64-pc-windows-msvc', see --version and --triple.
>


@RKSimon I replicated the issue as you suggested. With the added "REQUIRES" line, I can confirm it's correctly identified as unsupported. This shouldn't cause the same buildbot breakage anymore.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72679





More information about the llvm-commits mailing list