Skip to content
  • Reid Kleckner's avatar
    Check for _strtoi64 in the cmake build if strtoll is missing · a3ae94e8
    Reid Kleckner authored
    Previously this check was guarded by MSVC, which doesn't distinguish
    between the compiler and the headers/library.  This enables clang to
    compile more of LLVM on Windows with Microsoft headers.
    
    Remove some unused macros while I'm here: error_t and LTDL stuff.
    
    llvm-svn: 187839
    a3ae94e8
Loading