[PATCH] D12454: Better lit.cfg "native" detection
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 28 17:31:45 PDT 2015
chapuni added a comment.
Since LLVM(and clang) is "the native cross compiler", it shouldn't depend on host architecture in most cases.
I wonder there might be any cases that requires (b).
(a) also implies like "--host=x86_64-linux --target=i686-linux".
It would require remote process executing, though.
Repository:
rL LLVM
http://reviews.llvm.org/D12454
More information about the llvm-commits
mailing list