Skip to content
  • Tim Northover's avatar
    Allow host triple to be correctly overridden in CMake builds · fee13d1e
    Tim Northover authored
    The intended semantics mirror autoconf, where the user is able to
    specify a host triple, but if it's left to the build system then
    "config.guess" is invoked for the default.
    
    This also renames the LLVM_HOSTTRIPLE define to LLVM_HOST_TRIPLE to
    fit in with the style of the surrounding defines.
    
    llvm-svn: 181112
    fee13d1e
Loading