From ad733e733e4b3827c8c5103581a8158d7da4a131 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 6 Apr 2004 16:43:13 +0000 Subject: Add a new gccld -native-cbe option which causes gccld to generate native code for the application with the C backend instead of the native LLVM code generator llvm-svn: 12698 --- llvm/tools/gccld/gccld.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/tools/gccld/gccld.h') diff --git a/llvm/tools/gccld/gccld.h b/llvm/tools/gccld/gccld.h index e5b865e3a4f..8913d379fb9 100644 --- a/llvm/tools/gccld/gccld.h +++ b/llvm/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, -- cgit v1.2.3