[llvm-commits] [llvm] r139725 - in /llvm/trunk: include/llvm/Support/PathV2.h lib/Support/PathV2.cpp

Douglas Gregor dgregor at apple.com
Wed Sep 14 16:23:49 PDT 2011


On Sep 14, 2011, at 4:11 PM, Francois Pichet wrote:

> On Wed, Sep 14, 2011 at 4:27 PM, Douglas Gregor <dgregor at apple.com> wrote:
>> Author: dgregor
>> Date: Wed Sep 14 15:27:01 2011
>> New Revision: 139725
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=139725&view=rev
>> Log:
>> Add a simple routine to determine the typical system directory for
>> temporary data.
>> 
>> 
>> +  // Fall back to a system default.
>> +  const char *DefaultResult;
>> +#ifdef LLVM_ON_WIN32
>> +  (void)erasedOnReboot;
>> +  DefaultResult = "C:\TEMP";
> 
> "C:\\TEMP"

D'oh! Thanks.

Aaron, I've fixed the comment as well. Thanks!

	- Doug



More information about the llvm-commits mailing list