Moved to lib/Bytecode/Archive in preparation for re-write.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-11-14 19:59:40 +00:00
parent b58934484b
commit 9577667822
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//===- ArchiveReader.cpp - Code to read LLVM bytecode from .a files -------===//
//===- lib/Archive/ArchiveReader.cpp - Read LLVM archive files ------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===- ArchiveReader.cpp - Code to read LLVM bytecode from .a files -------===//
//===- lib/Archive/ArchiveReader.cpp - Read LLVM archive files ------------===//
//
// The LLVM Compiler Infrastructure
//