On Thu, Oct 13, 2011 at 3:14 PM, Joerg Sonnenberger <[email protected]> wrote: > It does not add confusion, because the naming is already confusing.
On this point I'm with you, there are several parts of Clang misusing the word host for target, starting with the full file clang/lib/Driver/HostInfo.cpp :( But hey, my patch does not intend to fix all the naming problems. So let's focus on fixing the use of the configure --target flag first. > LLVM_HOSTTRIPLE specifies the default *target*. It doesn't care about > the *host*. Ok, so let's get this one fixed: if you tell me the places where LLVM_HOSTTRIPLE is used for the target and that my patch has not changed into using the value set in $target, please let me know and I will amend my patches. Thanks, Sebastian Pop -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
