Aaron Ballman 
							
						 
					 
					
						
						
							
						
						5e485a5281 
					 
					
						
						
							
							Switching to using a helper function instead of manually converting the string to UTF-8.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188566  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-08-16 17:53:28 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Kleckner 
							
						 
					 
					
						
						
							
						
						cf027a0d58 
					 
					
						
						
							
							On Windows, autolink advapi32 from Path.inc for CryptAcquireContextW  
						
						... 
						
						
						
						This allows llvm-tblgen to link successfully when compiling with clang.
Both MSBuild and CMake will automatically add advapi32 as part of a set
of other dlls comprising the win32 API to the link line, but CMake
doesn't do that when compiling with clang.  Until someone adds that info
to cmake upstream, this seems like a reasonable work around.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187907  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-08-07 20:19:31 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						9ce8b2818d 
					 
					
						
						
							
							Fix windows' implementation of status when a file doesn't exist.  
						
						... 
						
						
						
						The unix one was returning no_such_file_or_directory, but the windows one
was return success.
Update the one one caller that was depending on the old behavior.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187463  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-31 00:10:25 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						f4ab63f3d8 
					 
					
						
						
							
							Implement getUniqueID for directories on windows.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187441  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-30 20:25:53 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						ed0a016e80 
					 
					
						
						
							
							Remove dead code.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187439  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-30 20:02:18 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						e0913798bc 
					 
					
						
						
							
							Make file_status::getUniqueID const.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187383  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-29 21:55:38 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						3ed45fe2be 
					 
					
						
						
							
							Include st_dev to make the result of getUniqueID actually unique.  
						
						... 
						
						
						
						This will let us use getUniqueID instead of st_dev directly on clang.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187378  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-29 21:26:49 +00:00 
						 
				 
			
				
					
						
							
							
								Serge Pavlov 
							
						 
					 
					
						
						
							
						
						ebd21b30eb 
					 
					
						
						
							
							Initialize TempFileHandle.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186684  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-19 16:23:54 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						b1a003f377 
					 
					
						
						
							
							Split openFileForWrite into windows and unix versions.  
						
						... 
						
						
						
						It is similar to 186511, but for creating files for writing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186679  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-19 15:02:03 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						ef69f54fec 
					 
					
						
						
							
							Small improvement to the use of GetFileType:  
						
						... 
						
						
						
						* assert that the return value is one of the documented values on msdn.
* on FILE_TYPE_UNKNOWN, check GetLastError.
Unfortunately I can't think of a way to get a FILE_TYPE_UNKNOWN on a test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186595  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-18 18:42:52 +00:00 
						 
				 
			
				
					
						
							
							
								NAKAMURA Takumi 
							
						 
					 
					
						
						
							
						
						2cf5425d0a 
					 
					
						
						
							
							Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_file in sys::fs::getStatus(HANDLE).  
						
						... 
						
						
						
						It fixes llvm/test/Other/close-stderr.ll on msys.
FIXME: Provide unittests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186588  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-18 17:00:54 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						1c881d9d35 
					 
					
						
						
							
							Remove dead code.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186561  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-18 03:29:51 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						c889c8fd0f 
					 
					
						
						
							
							Fix a funny typo. Thanks to Aaron Ballman for noticing.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186532  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-17 19:58:28 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						24ff48476b 
					 
					
						
						
							
							Add FILE_SHARE_WRITE to openFileForRead.  
						
						... 
						
						
						
						This should fix the windows bots. It looks like the failing tests are of the
form
prog1 > file
prog2 file
and prog2 fails trying to read the file. The best fix would probably be to close
stdout/stderr in prog1, but it was not the intention of 186511 to change this,
so just restore the old behavior for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186530  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-17 19:44:07 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						b0aa9e9718 
					 
					
						
						
							
							Split openFileForRead into Windows and Unix versions.  
						
						... 
						
						
						
						This has some advantages:
* Lets us use native, utf16 windows functions.
* Easy to produce good errors on windows about trying to use a
directory when we want a file.
* Simplifies the unix version a bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186511  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-17 14:58:25 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Kleckner 
							
						 
					 
					
						
						
							
						
						e7ff008462 
					 
					
						
						
							
							[Support] Fix some warnings when self-hosting clang on Windows  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186413  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-16 14:04:08 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						87be8d353b 
					 
					
						
						
							
							Add a version of sys::fs::status that uses fstat.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186378  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-16 03:20:13 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						77e31bca03 
					 
					
						
						
							
							Instead friending status, provide windows and posix constructors to file_status.  
						
						... 
						
						
						
						This opens the way of having static helpers in the .inc files that can
construct a file_status.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186376  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-16 02:55:33 +00:00 
						 
				 
			
				
					
						
							
							
								Craig Topper 
							
						 
					 
					
						
						
							
						
						3259d61895 
					 
					
						
						
							
							Add include to hopefully fix windows build.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186310  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-15 07:15:05 +00:00 
						 
				 
			
				
					
						
							
							
								Craig Topper 
							
						 
					 
					
						
						
							
						
						b9df53a40b 
					 
					
						
						
							
							Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186301  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-15 04:27:47 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						ac2de33d2a 
					 
					
						
						
							
							Use status to implement file_size.  
						
						... 
						
						
						
						The status function is already using a syscall that returns the file size.
Remember it and implement file_size as a simple wrapper.
No functionally change, but clients that already use status now can avoid
calling file_size.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186016  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-10 17:16:40 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						1cce797d32 
					 
					
						
						
							
							We now always create files with the correct permissions. Simplify the interface.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185834  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-07-08 16:42:01 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						8e7294f995 
					 
					
						
						
							
							Improvements to unique_file and createUniqueDirectory.  
						
						... 
						
						
						
						* Don't try to create parent directories in unique_file. It had two problem:
   * It violates the contract that it is atomic. If the directory creation
     success and the file creation fails, we would return an error but the
     file system was modified.
   * When creating a temporary file clang would have to first check if the
     parent directory existed or not to avoid creating one when it was not
     supposed to.
* More efficient implementations of createUniqueDirectory and the unique_file
  that produces only the file name. Now all 3 just call into a static
  function passing what they want (name, file or directory).
Clang also has to be updated, so tests might fail if a bot picks up this commit
and not the corresponding clang one.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185126  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-28 03:48:47 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						7a231f5a1e 
					 
					
						
						
							
							Rename PathV2 to just Path now that it is the only one.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185015  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-26 19:33:03 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						460e75a453 
					 
					
						
						
							
							PathV1 is deprecated since the 18th of Dec 2010. Remove it.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184960  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-26 16:24:35 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						bdfe4399db 
					 
					
						
						
							
							Remove sys::GetMainExecutable.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184916  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-26 05:05:37 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						2c63b27e9f 
					 
					
						
						
							
							Remove PathWithStatus.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184910  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-26 04:15:55 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						46fa7cf91a 
					 
					
						
						
							
							Move GetEXESuffix to the one place it is used.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184853  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-25 14:42:30 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						deeb5724b8 
					 
					
						
						
							
							Remove sys::PathSeparator.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184852  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-25 14:32:45 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						7c8397081c 
					 
					
						
						
							
							Remove Path::getDirectoryContents.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184311  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-19 15:32:37 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						f6f3be69d8 
					 
					
						
						
							
							Remove Path::canExecute.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184298  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-19 13:25:31 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						1fbf3a3aca 
					 
					
						
						
							
							Remove Path::canWrite.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184235  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-18 21:10:03 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						f3426a482e 
					 
					
						
						
							
							Remove unused Path::canRead.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184229  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-18 20:42:25 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						2e0f70bdd8 
					 
					
						
						
							
							Remove uniqueID from PathV1.h.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184219  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-18 19:46:19 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						9e89fe77ce 
					 
					
						
						
							
							Add GetCurrentDirectory back.  
						
						... 
						
						
						
						It looks like clang-tools-extra/unittests/cpp11-migrate/TransformTest.cpp
depends on the behaviour of the old one on Windows. Maybe a difference
between GetCurrentDirectoryA and GetCurrentDirectoryW?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184009  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-14 21:41:33 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						76858a7abd 
					 
					
						
						
							
							Replace use of PathV1.h in MCContext.cpp.  
						
						... 
						
						
						
						GetCurrentDirectory is now unused. Remove it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184003  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-14 20:26:58 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						2a4005688c 
					 
					
						
						
							
							Remove Path::getMagicNumber.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183839  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-12 15:07:11 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						fa2bbb31fa 
					 
					
						
						
							
							Remove Path::isAbsolute.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183836  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-12 15:02:39 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						5475e2b01e 
					 
					
						
						
							
							Remove Path::isAbsolute().  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183835  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-12 14:47:33 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						55d529fd8a 
					 
					
						
						
							
							Remove Path::getSuffix.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183833  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-12 14:32:51 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						36782c514a 
					 
					
						
						
							
							Remove sys::CopyFile.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183831  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-12 14:16:52 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						2e0372d69a 
					 
					
						
						
							
							Remove the old file memory mapping functions.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183828  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-12 14:11:15 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						ddee9b4691 
					 
					
						
						
							
							Remove Path::createFileOnDisk.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183827  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-12 13:59:17 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						f90690f202 
					 
					
						
						
							
							Remove Path::makeExecutableOnDisk.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183826  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-12 13:55:07 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						715a1be51f 
					 
					
						
						
							
							Remove Path::getDirname.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183780  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-11 19:32:57 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						b4d07b770c 
					 
					
						
						
							
							Remove Path::getBasename.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183779  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-11 19:29:48 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						aab313f80b 
					 
					
						
						
							
							Remove Path::getLast.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183778  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-11 19:25:17 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						6cbae01606 
					 
					
						
						
							
							Remove GetRootDirectory.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183775  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-11 19:13:52 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						6438fd54ac 
					 
					
						
						
							
							Remove GetUserHomeDirectory.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183773  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-11 19:08:15 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						40de55a556 
					 
					
						
						
							
							Remove GetSystemLibraryPaths.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183770  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-06-11 18:58:47 +00:00