From 1c97082f53f15cca7f7db3a14663ef1f928c4bef Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 20 Jun 2013 22:07:53 +0000 Subject: Add another fixme. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184488 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Unix/PathV2.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Support') 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; -- cgit v1.2.3