diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-20 22:07:53 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-20 22:07:53 +0000 |
commit | 1efb69cdcaefea30be95beec8b4aa23f29dbf31c (patch) | |
tree | b6bdf68ad7877d0d2e96830620aaf9425b9cec82 | |
parent | e445f8fb4dc155662e38d6b3fff7efd4911b5fba (diff) | |
download | bcm5719-llvm-1efb69cdcaefea30be95beec8b4aa23f29dbf31c.tar.gz bcm5719-llvm-1efb69cdcaefea30be95beec8b4aa23f29dbf31c.zip |
Add another fixme.
llvm-svn: 184488
-rw-r--r-- | llvm/lib/Support/Unix/PathV2.inc | 1 |
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; |