summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit1efb69cdcaefea30be95beec8b4aa23f29dbf31c (patch)
treeb6bdf68ad7877d0d2e96830620aaf9425b9cec82 /llvm
parente445f8fb4dc155662e38d6b3fff7efd4911b5fba (diff)
downloadbcm5719-llvm-1efb69cdcaefea30be95beec8b4aa23f29dbf31c.tar.gz
bcm5719-llvm-1efb69cdcaefea30be95beec8b4aa23f29dbf31c.zip
Add another fixme.
llvm-svn: 184488
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Support/Unix/PathV2.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Unix/PathV2.inc b/llvm/lib/Support/Unix/PathV2.inc
index b036c74ad16..f5903f15306 100644
--- a/llvm/lib/Support/Unix/PathV2.inc
+++ b/llvm/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;
OpenPOWER on IntegriCloud