summaryrefslogtreecommitdiff
path: root/dragonegg/Makefile
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-01-16 09:55:32 +0000
committerPavel Labath <pavel@labath.sk>2019-01-16 09:55:32 +0000
commitcfc634568912cfa3c3dd68c19aaf54aeccc72dab (patch)
treeb08ba823f5f0ae75a8ae7afab6a262caa8b23912 /dragonegg/Makefile
parentfe9dd8a3fcb1e45a29759dcc5522651b21ae5d70 (diff)
[Support] Remove error return value from one overload of fs::make_absolute
Summary: The version of make_absolute which accepted a specific directory to use as the "base" for the computation could never fail, even though it returned a std::error_code. The reason for that seems to be historical -- the CWD flavour (which can fail due to failure to retrieve CWD) was there first, and the new version was implemented by extending that. This removes the error return value from the non-CWD overload and reimplements the CWD version on top of that. This enables us to remove some dead code where people were pessimistically trying to handle the errors returned from this function. Reviewers: zturner, sammccall Subscribers: hiraditya, kristina, llvm-commits Differential Revision: https://reviews.llvm.org/D56599
Diffstat (limited to 'dragonegg/Makefile')
0 files changed, 0 insertions, 0 deletions