From 1efb69cdcaefea30be95beec8b4aa23f29dbf31c Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 20 Jun 2013 22:07:53 +0000 Subject: Add another fixme. llvm-svn: 184488 --- llvm/lib/Support/Unix/PathV2.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Support') 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; -- cgit v1.2.3