[PATCH] D12454: Better lit.cfg "native" detection

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 31 11:47:40 PDT 2015


joker.eph added a comment.

I see: lli will use the "default target triple". If you build LLVM with a default triple being ARM and you're on an X86 machine it can't run.

But what is not clear to me is that since lli was compiled using the host triple, why would it uses the default target triple? I'm not sure I see the use case here.


Repository:
  rL LLVM

http://reviews.llvm.org/D12454





More information about the llvm-commits mailing list