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 | 69e8d282bf7b34b3e86c57c8fa17cda9ab8e69aa (patch) | |
tree | c2f3f2152616a2667a11802013a0c153dcece10d /tools/gccld/gccld.h | |
parent | e80e637793d3ff3808e564b304b2831f6c7a1625 (diff) |
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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12698 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gccld/gccld.h')
-rw-r--r-- | tools/gccld/gccld.h | 3 |
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, |