[dsymutil] Try to find lipo first besides dsymutil before looking up the PATH.
[oota-llvm.git] / tools / dsymutil / MachOUtils.h
index 9a63645ab4ae0653d06bc4955d069c2cdc8e899d..61dfadc702702670450f923e9e3bec80476fdba8 100644 (file)
@@ -26,7 +26,8 @@ struct ArchAndFilename {
 };
 
 bool generateUniversalBinary(SmallVectorImpl<ArchAndFilename> &ArchFiles,
-                             StringRef OutputFileName, const LinkOptions &);
+                             StringRef OutputFileName, const LinkOptions &,
+                             StringRef SDKPath);
 
 bool generateDsymCompanion(const DebugMap &DM, MCStreamer &MS,
                            raw_fd_ostream &OutFile);