Changes to enable creation of native executables directly from gccld and to
[oota-llvm.git] / tools / gccld / gccld.h
index 922d535183d96c2b48fb90315e41ad9ed721ac71..ea9a8ee3a1daae141e58e37eea51025f13adcb29 100644 (file)
@@ -31,13 +31,19 @@ GenerateAssembly (const std::string & OutputFilename,
                   const std::string & InputFilename,
                   const sys::Path & llc);
 
-int GenerateCFile(const std::string &OutputFile, const std::string &InputFile,
-                  const sys::Path &llc);
+int 
+GenerateCFile (const std::string &OutputFile, 
+               const std::string &InputFile,
+               const sys::Path &llc);
 int
 GenerateNative (const std::string & OutputFilename,
                 const std::string & InputFilename,
+                const std::vector<std::string> & LibPaths,
                 const std::vector<std::string> & Libraries,
                 const sys::Path & gcc,
-                char ** const envp);
+                char ** const envp,
+                bool Shared,
+                const std::string & RPath,
+                const std::string & SOName);
 
 } // End llvm namespace