diff options
author | Nate Begeman <natebegeman@mac.com> | 2004-11-09 04:01:18 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2004-11-09 04:01:18 +0000 |
commit | 1164955bf1592adb4341ac14e030b229efa172d6 (patch) | |
tree | adee5c52dc28f59ac1c7dae2a34963dfd156dc2b /llvm/lib/Support | |
parent | 1df8148b01308a9034d3de492f170b4306996f83 (diff) | |
download | bcm5719-llvm-1164955bf1592adb4341ac14e030b229efa172d6.tar.gz bcm5719-llvm-1164955bf1592adb4341ac14e030b229efa172d6.zip |
Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen
llvm-svn: 17637
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r-- | llvm/lib/Support/ToolRunner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/ToolRunner.cpp b/llvm/lib/Support/ToolRunner.cpp index 1584db4ed32..fcbb3c15b5c 100644 --- a/llvm/lib/Support/ToolRunner.cpp +++ b/llvm/lib/Support/ToolRunner.cpp @@ -411,7 +411,6 @@ int GCC::MakeSharedObject(const std::string &InputFile, FileType fileType, #elif (defined(__POWERPC__) || defined(__ppc__)) && defined(__APPLE__) "-single_module", // link all source files into a single module "-dynamiclib", // `-dynamiclib' for MacOS X/PowerPC - "-fno-common", // allow global vars w/o initializers to live "-undefined", // in data segment, rather than generating "dynamic_lookup", // blocks. dynamic_lookup requires that you set // MACOSX_DEPLOYMENT_TARGET=10.3 in your env. |