Replace cmake check for printf with a check for fopen.

Printf is a builtin, and the check fails with -Werror because of a clang
warning about an incompatible redeclaration.

git-svn-id: https://llvm.org/svn/llvm-project/libunwind/trunk@255188 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed
tree: dfd5e37aa2009eadb5125bcfd7609472b298ab71
  1. cmake/
  2. include/
  3. src/
  4. test/
  5. .arcconfig
  6. .clang-format
  7. CMakeLists.txt