diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-04-06 16:43:13 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-04-06 16:43:13 +0000 |
| commit | ad733e733e4b3827c8c5103581a8158d7da4a131 (patch) | |
| tree | 90021fd0606b7c4d20537f1046f4faf41701eed8 /llvm/tools/gccld/gccld.h | |
| parent | f2ee88eb5a37393b2ba71d6c0ab63b20ee4c7816 (diff) | |
| download | bcm5719-llvm-ad733e733e4b3827c8c5103581a8158d7da4a131.tar.gz bcm5719-llvm-ad733e733e4b3827c8c5103581a8158d7da4a131.zip | |
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
Diffstat (limited to 'llvm/tools/gccld/gccld.h')
| -rw-r--r-- | llvm/tools/gccld/gccld.h | 3 |
1 files changed, 3 insertions, 0 deletions
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, |

