[llvm-commits] CVS: llvm/lib/Support/ToolRunner.cpp
Nate Begeman
natebegeman at mac.com
Mon Nov 8 20:01:29 PST 2004
Changes in directory llvm/lib/Support:
ToolRunner.cpp updated: 1.31 -> 1.32
---
Log message:
Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen
---
Diffs of the changes: (+0 -1)
Index: llvm/lib/Support/ToolRunner.cpp
diff -u llvm/lib/Support/ToolRunner.cpp:1.31 llvm/lib/Support/ToolRunner.cpp:1.32
--- llvm/lib/Support/ToolRunner.cpp:1.31 Sun Oct 17 18:03:32 2004
+++ llvm/lib/Support/ToolRunner.cpp Mon Nov 8 22:01:18 2004
@@ -411,7 +411,6 @@
#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.
More information about the llvm-commits
mailing list