Skip to content
  • Chandler Carruth's avatar
    Add checks to configure for sufficiently modern host compilers. This · 75a6545d
    Chandler Carruth authored
    requires Clang 3.1 or GCC 4.7. If the compiler isn't Clang or GCC, we
    don't try to do any sanity checking, but this give us at least
    a reasonable baseline of modern compilers.
    
    Also, I'm not claiming that this is the best way to do compiler version
    tests. I'm happy for anyone to suggest better ways of doing this test.
    
    llvm-svn: 199182
    75a6545d
Loading