[PATCH] D12506: Distinguish "native" from "native-arch" in lit testing

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 08:50:01 PDT 2015


probinson added a comment.

In http://reviews.llvm.org/D12506#237342, @joker.eph wrote:

> LLVM hosted on X86 with only the ARM backend included, no default LLVM triple specified.


That seems like a build-configuration mistake.  I believe if you don't explicitly configure a triple, the default target triple is set to the host triple.  Using a default triple for a target that you have not included doesn't make any sense?


http://reviews.llvm.org/D12506





More information about the llvm-commits mailing list