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
diff --git a/tools/gccld/gccld.h b/tools/gccld/gccld.h
index e5b865e..8913d37 100644
--- a/tools/gccld/gccld.h
+++ b/tools/gccld/gccld.h
@@ -47,6 +47,9 @@
                   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,