mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 00:36:36 +00:00
Added file header comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8675 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
238fb25004
commit
464537936d
@ -1,3 +1,10 @@
|
||||
//===- ReaderWrappers.cpp - Parse bytecode from file or buffer -----------===//
|
||||
//
|
||||
// This file implements loading and parsing a bytecode file and parsing a
|
||||
// bytecode module from a given buffer.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "ReaderInternals.h"
|
||||
#include "Support/StringExtras.h"
|
||||
#include "Config/fcntl.h"
|
||||
|
Loading…
Reference in New Issue
Block a user