Revision: 126991
Author:   echeng
Date:     2007-05-07 14:17:06 -0700 (Mon, 07 May 2007)

Log Message:
-----------
Unbreak Apple style build.

Modified Paths:
--------------
    apple-local/branches/llvm/gcc/llvm-linker-hack.cpp

Modified: apple-local/branches/llvm/gcc/llvm-linker-hack.cpp
===================================================================
--- apple-local/branches/llvm/gcc/llvm-linker-hack.cpp  2007-05-07 19:53:14 UTC 
(rev 126990)
+++ apple-local/branches/llvm/gcc/llvm-linker-hack.cpp  2007-05-07 21:17:06 UTC 
(rev 126991)
@@ -40,7 +40,7 @@
 void dummy_function() {
   new llvm::ExistingModuleProvider(0);
   llvm::createVerifierPass();
-  llvm::WriteBitcodeToFile(0, llvm::cout);
+  llvm::WriteBitcodeToFile(0, *llvm::cout);
   llvm::ParseBitcodeFile(NULL);
 
   llvm::createInstructionCombiningPass();


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to