mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 02:03:11 +00:00
Added file header comment.
llvm-svn: 8675
This commit is contained in:
parent
78cf1f07b6
commit
c68b0950aa
@ -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…
x
Reference in New Issue
Block a user