[llvm] r184488 - Add another fixme.
    Rafael Espindola 
    rafael.espindola at gmail.com
       
    Thu Jun 20 15:07:53 PDT 2013
    
    
  
Author: rafael
Date: Thu Jun 20 17:07:53 2013
New Revision: 184488
URL: http://llvm.org/viewvc/llvm-project?rev=184488&view=rev
Log:
Add another fixme.
Modified:
    llvm/trunk/lib/Support/Unix/PathV2.inc
Modified: llvm/trunk/lib/Support/Unix/PathV2.inc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Unix/PathV2.inc?rev=184488&r1=184487&r2=184488&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Unix/PathV2.inc (original)
+++ llvm/trunk/lib/Support/Unix/PathV2.inc Thu Jun 20 17:07:53 2013
@@ -420,6 +420,7 @@ error_code permissions(const Twine &path
     llvm_unreachable("add_perms and remove_perms are mutually exclusive");
 
   // Get current permissions
+  // FIXME: We only need this stat for add_perms and remove_perms.
   file_status info;
   if (error_code ec = status(path, info)) {
     return ec;
    
    
More information about the llvm-commits
mailing list