Skip to content
  • Tim Northover's avatar
    Use correct host/target CMake variables to define lit variables. · bfe84685
    Tim Northover authored
    CMake and autotools disagree on what "host" means in a cross-compilation
    context. Autotools (and lit) take it to be the machine the binaries being
    compiled now will run on. CMake takes it to be the machine actually compiling
    the binaries now.
    
    This change makes lit.site-cfg more consistent between autotools and CMake,
    allowing lit tests (particularly in ExecutionEngine) to run correctly when
    cross-compiled with CMake
    
    llvm-svn: 175179
    bfe84685
Loading