[PATCH] D12506: Distinguish "native" from "native-arch" in lit testing
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 31 16:31:20 PDT 2015
chapuni added a comment.
This change itself seems fine, .. but I don't understand why it is needed.
Should we fix the root cause anyways?
I don't oppose to commit this if there'd be any cases that really require "native" codegen.
AFAIK, It's just JIT that runs as LLVM_HOST_TRIPLE by default target.
(I found llvm-ar depends on host triple by trivial reason)
I suppose most of tools, like llc, are runs with LLVM_DEFAULT_TARGET_TRIPLE, not HOST_TRIPLE.
I guess configure script might miss checking whether targets_to_build covers target_triple.
http://reviews.llvm.org/D12506
More information about the llvm-commits
mailing list