From faca3fbd15d0c3108493c3c54cd93138e049ac43 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 8 Sep 2015 22:03:02 +0200 Subject: [PATCH 3/3] musl --- include/llvm/Analysis/TargetLibraryInfo.h | 9 +++++++++ lib/Support/DynamicLibrary.cpp | 2 +- lib/Support/Unix/Signals.inc | 6 +++--- utils/unittest/googletest/src/gtest.cc | 1 + 5 files changed, 17 insertions(+), 6 deletions(-) diff --git a/include/llvm/Analysis/TargetLibraryInfo.h b/include/llvm/Analysis/TargetLibraryInfo.h index 34a8a1e3..1214ece5 100644 --- a/llvm/include/llvm/Analysis/TargetLibraryInfo.h +++ b/llvm/include/llvm/Analysis/TargetLibraryInfo.h @@ -18,6 +18,15 @@ #include "llvm/IR/PassManager.h" #include "llvm/Pass.h" +#undef fopen64 +#undef fseeko64 +#undef fstat64 +#undef fstatvfs64 +#undef ftello64 +#undef lstat64 +#undef stat64 +#undef tmpfile64 + namespace llvm { template class ArrayRef; class Triple;