]> granicus.if.org Git - llvm/commit
Revert "r372201: [Support] Replace function with function_ref in writeFileAtomically...
authorIlya Biryukov <ibiryukov@google.com>
Wed, 18 Sep 2019 08:47:09 +0000 (08:47 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Wed, 18 Sep 2019 08:47:09 +0000 (08:47 +0000)
commit5b8d1e30a2c7f87a5729be19c1f93b6e198dcfaa
tree5ab012d03f235637239f3061372ac61ad0ac8e60
parent72f4293c2e425ee3394dd04f997ae9ef0713e060
Revert "r372201: [Support] Replace function with function_ref in writeFileAtomically. NFC"

function_ref causes calls to the function to be ambiguous, breaking
compilation.

Reverting for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372202 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/FileUtilities.h
lib/Support/FileUtilities.cpp