[llvm] r246352 - Revert r246350, "The host and default target triples do not need to match for "native""
Mehdi Amini via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 28 16:41:03 PDT 2015
> On Aug 28, 2015, at 4:33 PM, NAKAMURA Takumi via llvm-commits <llvm-commits at lists.llvm.org> wrote:
>
> Author: chapuni
> Date: Fri Aug 28 18:33:17 2015
> New Revision: 246352
>
> URL: http://llvm.org/viewvc/llvm-project?rev=246352&view=rev
> Log:
> Revert r246350, "The host and default target triples do not need to match for "native""
>
> Wrong assumption. Consider --host=x86_64-linux --target=(i686|x86_64)-win32. See also r193459.
Please elaborate how it impacts the tests.
This needs to be better documented in the code itself as well.
Thanks,
Mehdi
More information about the llvm-commits
mailing list