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

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 31 16:42:36 PDT 2015


chapuni added a comment.

JIT stuff uses host triple rather than LLVM_DEFAULT_TARGET_TRIPLE by default, for now.
(It might be improved in future)

With "host=x86_64-linux target=i686", almost all JIT tests would pass.
But I thinks they would be *false positive* since they don't check functionality of i686.


Repository:
  rL LLVM

http://reviews.llvm.org/D12454





More information about the llvm-commits mailing list