Chris Lattner 
							
						 
					 
					
						
						
							
						
						bdbd2d710c 
					 
					
						
						
							
							Remove MappedFile support for mapping files for write and exec  
						
						... 
						
						
						
						and shared.  This complicates the design, is not used, and probably
doesn't even work.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49022  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-04-01 03:10:22 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						540630f637 
					 
					
						
						
							
							cleanup the MappedFile API and comments.  This removes and updates  
						
						... 
						
						
						
						tons of out of date comments (really nothing throws here!) and fixes
some other fairly glaring issues: "size" used to return the size of 
the file *and* change it, depending on how you called it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49009  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-04-01 00:53:25 +00:00 
						 
				 
			
				
					
						
							
							
								Nate Begeman 
							
						 
					 
					
						
						
							
						
						82b53cd2ba 
					 
					
						
						
							
							Actually disable crash reporting on Mac OS X, returning bugpoint to speedy  
						
						... 
						
						
						
						crash miscompilations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49000  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-03-31 22:19:25 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						19cfd733e2 
					 
					
						
						
							
							Revert r48676.  I had plans for using it, but now it's just dead code.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48743  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-03-24 21:29:58 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						191dfcf5c8 
					 
					
						
						
							
							Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead of itself.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48677  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-03-22 02:59:54 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						a4bf5c046d 
					 
					
						
						
							
							Add an AllocateRW to match AllocateRWX.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48676  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-03-22 02:33:53 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						32f3b19a06 
					 
					
						
						
							
							Avoid calling array_endof in a static initializer, as it incurs  
						
						... 
						
						
						
						dynamic initialization.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48666  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-03-21 23:44:21 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						3bdfa04cbe 
					 
					
						
						
							
							Fix Path::GetMainExecutable on cygwin, patch by Sam Bishop.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48328  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-03-13 05:22:05 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						1a091447f4 
					 
					
						
						
							
							Stub out a Path::GetMainExecutable call to find the path to the  
						
						... 
						
						
						
						main executable of a program.  This needs to be implemented on windows.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47835  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-03-03 02:55:43 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						e1b332a304 
					 
					
						
						
							
							Add path separator support, patch by Sam Bishop.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47662  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-27 06:17:10 +00:00 
						 
				 
			
				
					
						
							
							
								Lauro Ramos Venancio 
							
						 
					 
					
						
						
							
						
						2e78b7879d 
					 
					
						
						
							
							It is not safe to call fork in PrintStackTrace. Sometimes it freezes the program.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47161  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-15 18:05:54 +00:00 
						 
				 
			
				
					
						
							
							
								Devang Patel 
							
						 
					 
					
						
						
							
						
						a1e4bba98a 
					 
					
						
						
							
							Set error message.  
						
						... 
						
						
						
						Patch by Shantonu Sen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46715  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-04 20:57:54 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						4ee451de36 
					 
					
						
						
							
							Remove attribution from file headers, per discussion on llvmdev.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45418  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-12-29 20:36:04 +00:00 
						 
				 
			
				
					
						
							
							
								Ted Kremenek 
							
						 
					 
					
						
						
							
						
						79200788df 
					 
					
						
						
							
							Added "GetCurrentDirectory()" to sys::Path.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45182  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-12-18 22:07:33 +00:00 
						 
				 
			
				
					
						
							
							
								Ted Kremenek 
							
						 
					 
					
						
						
							
						
						fd52711675 
					 
					
						
						
							
							Added "isDirectory" method to llvm::sys::Path.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45168  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-12-18 19:46:22 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						e507c48eeb 
					 
					
						
						
							
							Remove dead file and directory.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44720  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-12-08 22:17:33 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						cb648f90a2 
					 
					
						
						
							
							Remove spurious consts. This fixes warnings with compilers that  
						
						... 
						
						
						
						are strict about such things.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41956  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-09-14 20:08:19 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						718cb665ca 
					 
					
						
						
							
							Add lengthof and endof templates that hide a lot of sizeof computations.  
						
						... 
						
						
						
						Patch by Sterling Stein!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41758  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-09-07 04:06:50 +00:00 
						 
				 
			
				
					
						
							
							
								Gabor Greif 
							
						 
					 
					
						
						
							
						
						aa6b7fd5ec 
					 
					
						
						
							
							Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD below), should subsume Cygwin  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37939  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-06 10:31:27 +00:00 
						 
				 
			
				
					
						
							
							
								Gabor Greif 
							
						 
					 
					
						
						
							
						
						a99be51bf5 
					 
					
						
						
							
							Here is the bulk of the sanitizing.  
						
						... 
						
						
						
						Almost all occurrences of "bytecode" in the sources have been eliminated.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37913  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-05 17:07:56 +00:00 
						 
				 
			
				
					
						
							
							
								Devang Patel 
							
						 
					 
					
						
						
							
						
						69bdf68fe6 
					 
					
						
						
							
							Fix LLVM build on NetBSD. Patch by Neil Booth.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37410  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-06-04 15:28:57 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						39253260b9 
					 
					
						
						
							
							Fix a bug where the bcreader could crash on .bc files that were an exact  
						
						... 
						
						
						
						multiple of the page size, due to a bug in MappedFile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36980  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-05-11 00:00:27 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						f283a5e53a 
					 
					
						
						
							
							pull some win32 code into common code, add bitcode identification support.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36846  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-05-06 05:32:21 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						2e40d03290 
					 
					
						
						
							
							Cygwin doesn't have the RSS_LIMIT for get/setrlimit.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36361  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-04-23 07:22:51 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						2ae9d11b7c 
					 
					
						
						
							
							For PR1291:  
						
						... 
						
						
						
						Implement the PathWithStatus class and its use throughout lib/System.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35742  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-04-07 18:52:17 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						1ea733db9d 
					 
					
						
						
							
							Use the stat information in the Path object, if it is already obtained. This  
						
						... 
						
						
						
						avoids a call to ::fstat by MappedFile when the file size information was
already obtained by the Path object.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35477  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-03-29 19:11:22 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						8475ec068c 
					 
					
						
						
							
							For PR789:  
						
						... 
						
						
						
						Make the sys::Path::getFileStatus function more efficient by having it
return a pointer to the FileStatus structure rather than copy it. Adjust
uses of the function accordingly. Also, fix some memory issues in sys::Path.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35476  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-03-29 19:05:44 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						4031befb62 
					 
					
						
						
							
							Add a uniqueID field to the FileStatus structure for Paths. This will map  
						
						... 
						
						
						
						to the inode number on Unix and something far less unique on Windows. The
windows case needs to be improved.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35461  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-03-29 17:00:31 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						69cce815e7 
					 
					
						
						
							
							For PR789:  
						
						... 
						
						
						
						* Add a method: bool isAbsolute() const, which determines if the path name
  is absolute or not.
* Implement caching of file status information in the Path object. Allow it
  to be updated forcefully or lazily re-fetched from the cached value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35456  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-03-29 16:43:20 +00:00 
						 
				 
			
				
					
						
							
							
								Anton Korobeynikov 
							
						 
					 
					
						
						
							
						
						9ba8a76f8b 
					 
					
						
						
							
							Add possibility to set memory limit for binaries run via libSystem. This  
						
						... 
						
						
						
						is especially needed for bugpoint. This partly implements PR688
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34349  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-16 19:11:07 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						875fd8fd10 
					 
					
						
						
							
							Eliminate "control reaches end of non-void function" warnings.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32225  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-12-05 17:53:26 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						5f1d01393c 
					 
					
						
						
							
							Use new config.h macro  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30321  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-09-14 06:21:59 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						26b6c0ba5d 
					 
					
						
						
							
							On Mac OS/X, make Process::PreventCoreFiles disable crash reporter for  
						
						... 
						
						
						
						the process in addition to disabling core file emission.  This speeds up
bugpoint on default-configured macs by several orders of magnitude.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30317  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-09-14 06:01:41 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						0554575567 
					 
					
						
						
							
							For PR797:  
						
						... 
						
						
						
						Make the Win32 code exception free (untested/uncompiled) which forced some
interface changes which had ripple effect. This should be the last of 797.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29884  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-25 21:37:17 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						51c5a286ba 
					 
					
						
						
							
							For PR797:  
						
						... 
						
						
						
						Final removal of exceptions from lib/System and adjustment of users to
accommodate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29846  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-23 20:34:57 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						5a060775da 
					 
					
						
						
							
							For PR797:  
						
						... 
						
						
						
						Eliminate exception throwing from Path::renamePathOnDisk and adjust its
users correspondingly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29843  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-23 07:30:48 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						142ca8e818 
					 
					
						
						
							
							For PR797:  
						
						... 
						
						
						
						Remove exception throwing from Path::getDirectoryContents and its users.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29841  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-23 06:56:27 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						e5c9cb5eb6 
					 
					
						
						
							
							For PR797:  
						
						... 
						
						
						
						Remove exceptions from the Path::create*OnDisk methods. Update their users
to handle error messages via arguments and result codes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29840  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-23 00:39:35 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						e1647f4698 
					 
					
						
						
							
							For PR797:  
						
						... 
						
						
						
						Change the Path::make*OnDisk methods exception free and adjust their usage.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29836  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-22 23:27:23 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						487447626c 
					 
					
						
						
							
							Make the sys::Path::GetTemporaryDirectory method not throw exceptions and  
						
						... 
						
						
						
						adjust users of it to compensate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29831  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-22 19:01:30 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						d8509c95b8 
					 
					
						
						
							
							Don't throw needlessly. Failure of gettimeofday is *very* unlinkely so  
						
						... 
						
						
						
						just return MinTime if that should ever happen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29826  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-22 17:38:44 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						6d045fcdcd 
					 
					
						
						
							
							For PR797:  
						
						... 
						
						
						
						Make MappedFile not throw any exceptions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29816  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-22 16:04:22 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						ad42ea7356 
					 
					
						
						
							
							For PR797:  
						
						... 
						
						
						
						Fix a bug in my last patch that botched file redirection by using explicit
scoping of if statements.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29815  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-22 15:56:52 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						76b08d84c5 
					 
					
						
						
							
							Make an error message a little more intelligible.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29808  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-22 05:28:38 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						4ce5dc6377 
					 
					
						
						
							
							For PR797:  
						
						... 
						
						
						
						Remove all exception code from Program.inc and implement its new interface
with an ErrMsg string argument.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29790  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-21 06:02:44 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						023fcf9776 
					 
					
						
						
							
							For PR797:  
						
						... 
						
						
						
						Make sys::Program::ExecuteAndWait not throw exceptions and update any
affected code. It now return -9999 to signal that the program couldn't be
executed. Only one case (in bugpoint) actually examines the result code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29785  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-21 02:04:43 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						25259a3149 
					 
					
						
						
							
							Remove extraneous #include.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29541  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-07 05:36:24 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						a8e80c5188 
					 
					
						
						
							
							Make the removal of files use Path::eraseFromDisk just like it does for  
						
						... 
						
						
						
						the removal of directories. Using std::remove is indiscriminate and can
lead to the removal of things like /dev/null if run as root. The
Path::eraseFromDisk method ensures that we only ever remove regular files
or directories, but never character or block special nodes.  This should
clear up the problem with usage like: llvm-as -o /dev/null which is used
in the llvm-test makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29540  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-07 05:34:08 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						bffdc36c38 
					 
					
						
						
							
							Add a note about how the "isFile" check in Path::eraseFromDisk prevents  
						
						... 
						
						
						
						the erasure of non-file paths like /dev/null.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29539  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-07 05:20:05 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						0d167276dd 
					 
					
						
						
							
							Remove some now-dead methods.  Use getFileStatus instead.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29447  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-01 18:16:02 +00:00