[PATCH] D22370: Respect LLVM_HOST_TRIPLE when manually specified

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 07:18:41 PDT 2016


beanz added a comment.

I did not realize that `LLVM_HOST_TRIPLE` fed into `getProcessTriple`. In that case you are correct that you would need to manually override it. However your patch is still not the correct fix.

The problem you're encountering is not that manually specifying doesn't work, but rather that due to a bug in `get_host_triple`, your configuration is failing. Please see my other comment about config-ix.cmake.


Repository:
  rL LLVM

https://reviews.llvm.org/D22370





More information about the llvm-commits mailing list