summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-20 22:07:53 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-20 22:07:53 +0000
commit1c97082f53f15cca7f7db3a14663ef1f928c4bef (patch)
tree12cffba94ceda431ded5baee2f7ad58517d2ff2e /lib
parent8874cc242b8f68ee412e47a3c34fa2d5718feab5 (diff)
downloadllvm-1c97082f53f15cca7f7db3a14663ef1f928c4bef.tar.gz
llvm-1c97082f53f15cca7f7db3a14663ef1f928c4bef.tar.bz2
llvm-1c97082f53f15cca7f7db3a14663ef1f928c4bef.tar.xz
Add another fixme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184488 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Support/Unix/PathV2.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/Unix/PathV2.inc b/lib/Support/Unix/PathV2.inc
index b036c74ad1..f5903f1530 100644
--- a/lib/Support/Unix/PathV2.inc
+++ b/lib/Support/Unix/PathV2.inc
@@ -420,6 +420,7 @@ error_code permissions(const Twine &path, perms prms) {
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;