Skip to content
  1. Dec 24, 2003
  2. Dec 23, 2003
  3. Dec 22, 2003
  4. Dec 21, 2003
  5. Dec 20, 2003
    • John Criswell's avatar
      Fix PR#193. · d8c7a7fb
      John Criswell authored
      Modified ReadArchiveBuffer() so that it dynamically allocates the
      std::string object used to hold the bytecode object file's name.  This is
      necessary because it is passed by reference to the new Module that is
      allocated to represent the bytecode object, and previously we were
      using a std::string that disappeared on function exit.
      
      llvm-svn: 10565
      d8c7a7fb
Loading