r203624 - Be case sensitive when determining driver mode based on argv[0] except on Windows

Anton Korobeynikov anton at korobeynikov.info
Wed Mar 12 04:13:54 PDT 2014


>    std::string ProgName(llvm::sys::path::stem(ArgVector[0]));
> +#ifdef _WIN32
It should definitely be LLVM_ON_WIN32 here

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the cfe-commits mailing list