[llvm-commits] [llvm] r74822 - in /llvm/trunk/lib: CompilerDriver/BuiltinOptions.cpp CompilerDriver/Main.cpp Target/PIC16/PIC16.h Target/PIC16/PIC16AsmPrinter.cpp Target/PIC16/PIC16TargetAsmInfo.cpp Target/PIC16/PIC16TargetAsmInfo.h
Anton Korobeynikov
anton at korobeynikov.info
Mon Jul 6 03:24:41 PDT 2009
Hello, Sanjiv
> +/////////////////////////////////////////////
> + std::string p = "tmp-objs";
> + tempDir = sys::Path(p);
> + if (!tempDir.exists()) {
> + std::string ErrMsg;
> + if (tempDir.createDirectoryOnDisk(true, &ErrMsg))
> + throw std::runtime_error(ErrMsg);
> + }
> + return tempDir;
> +/////////////////////////////////////////////
> +
Revert this hunk, please, it breaks the whole driver.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-commits
mailing list