aboutsummaryrefslogtreecommitdiff
path: root/tools/gccld/gccld.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-02 22:07:38 +0000
committerChris Lattner <sabre@nondot.org>2005-08-02 22:07:38 +0000
commit1d924f60708b0dcf60766c6e99b46274e495db9c (patch)
tree4ce4235bd8210c5800080f4cd0cb100609fef6a1 /tools/gccld/gccld.h
parente6ec587059eb142467cc8a5915946a3b308cb9b7 (diff)
Pass -export-dynamic to gcc when compiling with -native and the link is
performed with -export-dynamic (aka. -disable-internalize). Patch by Nicholas Riley! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22601 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gccld/gccld.h')
-rw-r--r--tools/gccld/gccld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gccld/gccld.h b/tools/gccld/gccld.h
index 5b7bdf1c47..b1649f0747 100644
--- a/tools/gccld/gccld.h
+++ b/tools/gccld/gccld.h
@@ -45,6 +45,7 @@ GenerateNative (const std::string &OutputFilename,
const sys::Path &gcc,
char ** const envp,
bool Shared,
+ bool ExportAllAsDynamic,
const std::string &RPath,
const std::string &SOName,
bool Verbose=false);