Displaying 2 results from an estimated 2 matches for "exportallasdynam".
Did you mean:
exportallasdynamic
2005 Aug 01
2
[LLVMdev] [patch] gccld not passing -export-dynamic to gcc for link
...executable file from the
/// specified assembly source file.
///
/// Inputs:
@@ -365,6 +364,7 @@
const std::vector<std::string> &Libraries,
const sys::Path &gcc, char ** const envp,
bool Shared,
+ bool ExportAllAsDynamic,
const std::string &RPath,
const std::string &SOName,
bool Verbose) {
@@ -400,6 +400,7 @@
args.push_back(InputFilename.c_str());
if (Shared) args.push_back("-shared");
+ if (ExportAllAsDynamic...
2005 Aug 02
0
[LLVMdev] [patch] gccld not passing -export-dynamic to gcc for link
...// InputFilename - The name of the output bytecode file.
@@ -365,6 +364,7 @@
const std::vector<std::string> &Libraries,
const sys::Path &gcc, char ** const envp,
bool Shared,
+ bool ExportAllAsDynamic,
const std::string &RPath,
const std::string &SOName,
bool Verbose) {
@@ -400,6 +400,7 @@
args.push_back(InputFilename.c_str());
if (Shared) args.push_back("-shared");
+ if (ExportAllAsDynamic...