[llvm-commits] [cfe-commits] [PATCH] Fix for bug 11060: configure --target does not work

Sebastian Pop spop at codeaurora.org
Thu Oct 13 13:55:42 PDT 2011


On Thu, Oct 13, 2011 at 3:14 PM, Joerg Sonnenberger
<joerg at britannica.bec.de> 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



More information about the llvm-commits mailing list