aboutsummaryrefslogtreecommitdiff
path: root/tools/gccld/gccld.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gccld/gccld.h')
-rw-r--r--tools/gccld/gccld.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gccld/gccld.h b/tools/gccld/gccld.h
index e5b865e3a4..8913d379fb 100644
--- a/tools/gccld/gccld.h
+++ b/tools/gccld/gccld.h
@@ -47,6 +47,9 @@ GenerateAssembly (const std::string & OutputFilename,
const std::string & InputFilename,
const std::string & llc,
char ** const envp);
+
+int GenerateCFile(const std::string &OutputFile, const std::string &InputFile,
+ const std::string &llc, char ** const envp);
int
GenerateNative (const std::string & OutputFilename,
const std::string & InputFilename,