diff --git a/tools/bugpoint/ToolRunner.cpp b/tools/bugpoint/ToolRunner.cpp index 7087cdd3d1c..e00a2b93a0a 100644 --- a/tools/bugpoint/ToolRunner.cpp +++ b/tools/bugpoint/ToolRunner.cpp @@ -543,6 +543,7 @@ CBE *AbstractInterpreter::createCBE(const std::string &ProgramPath, // GCC abstraction // +#ifdef __APPLE__ static bool IsARMArchitecture(std::vector Args) { @@ -558,6 +559,7 @@ IsARMArchitecture(std::vector Args) return false; } +#endif int GCC::ExecuteProgram(const std::string &ProgramFile, const std::vector &Args,