[llvm-commits] CVS: llvm/lib/Support/ToolRunner.cpp
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Thu Mar 10 12:15:25 PST 2005
Changes in directory llvm/lib/Support:
ToolRunner.cpp updated: 1.40 -> 1.41
---
Log message:
yay for camel_cvs diff
---
Diffs of the changes: (+1 -1)
ToolRunner.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Support/ToolRunner.cpp
diff -u llvm/lib/Support/ToolRunner.cpp:1.40 llvm/lib/Support/ToolRunner.cpp:1.41
--- llvm/lib/Support/ToolRunner.cpp:1.40 Tue Mar 8 21:31:02 2005
+++ llvm/lib/Support/ToolRunner.cpp Thu Mar 10 14:15:09 2005
@@ -451,7 +451,7 @@
"-shared", // `-shared' for Linux/X86, maybe others
#endif
-#if defined(__ia64__)
+#if defined(__ia64__) || defined(__alpha__)
"-fPIC", // IA64 requires shared objs to contain PIC
#endif
"-o", OutputFile.c_str(), // Output to the right filename...
More information about the llvm-commits
mailing list