* The return value of LinkLibraries is ignored, so remove it.
[oota-llvm.git] / tools / gccld / gccld.h
index a2d2eb8d6ad02f455053d511f1db9f30f0daa5f3..e5b865e3a4fe43e03d77e6f937bac5c223664d97 100644 (file)
@@ -62,13 +62,10 @@ std::string FindLib(const std::string &Filename,
                     const std::vector<std::string> &Paths,
                     bool SharedObjectOnly = false);
   
-bool
-LinkLibraries (const char * progname,
-               Module * HeadModule,
-               const std::vector<std::string> & Libraries,
-               const std::vector<std::string> & LibPaths,
-               bool Verbose,
-               bool Native);
+void LinkLibraries (const char * progname, Module* HeadModule,
+                    const std::vector<std::string> & Libraries,
+                    const std::vector<std::string> & LibPaths,
+                    bool Verbose, bool Native);
 bool
 LinkFiles (const char * progname,
            Module * HeadModule,