[llvm-commits] CVS: llvm/tools/gccld/GenerateCode.cpp

Chris Lattner lattner at cs.uiuc.edu
Tue Sep 30 12:38:02 PDT 2003


Changes in directory llvm/tools/gccld:

GenerateCode.cpp updated: 1.4 -> 1.5

---
Log message:

Remove initials from source file


---
Diffs of the changes:

Index: llvm/tools/gccld/GenerateCode.cpp
diff -u llvm/tools/gccld/GenerateCode.cpp:1.4 llvm/tools/gccld/GenerateCode.cpp:1.5
--- llvm/tools/gccld/GenerateCode.cpp:1.4	Tue Sep 30 12:33:12 2003
+++ llvm/tools/gccld/GenerateCode.cpp	Tue Sep 30 12:36:51 2003
@@ -186,14 +186,13 @@
   cmd.push_back(OutputFilename.c_str());
   cmd.push_back(InputFilename.c_str());
 
-  // JTC:
   //  Adding the library paths creates a problem for native generation.  If we
   //  include the search paths from llvmgcc, then we'll be telling normal gcc
   //  to look inside of llvmgcc's library directories for libraries.  This is
   //  bad because those libraries hold only bytecode files (not native object
   //  files).  In the end, we attempt to link the bytecode libgcc into a native
   //  program.
-#ifdef ndef
+#if 0
   // Add in the library path options.
   for (unsigned index=0; index < LibPaths.size(); index++) {
     cmd.push_back("-L");





More information about the llvm-commits mailing list