[llvm-commits] [126991] Unbreak Apple style build.

echeng at apple.com echeng at apple.com
Mon May 7 14:17:06 PDT 2007


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();





More information about the llvm-commits mailing list