mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:59:56 +00:00
[Remarks][NFC] Forward declare ParsedStringTable
llvm-svn: 371870
This commit is contained in:
parent
4ecd14c20f
commit
5f57f8daa8
@ -18,7 +18,7 @@
|
||||
|
||||
#include "llvm/ADT/StringMap.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/Remarks/RemarkParser.h"
|
||||
#include "llvm/Remarks/Remark.h"
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
@ -27,6 +27,8 @@ class raw_ostream;
|
||||
|
||||
namespace remarks {
|
||||
|
||||
struct ParsedStringTable;
|
||||
|
||||
/// The string table used for serializing remarks.
|
||||
/// This table can be for example serialized in a section to be consumed after
|
||||
/// the compilation.
|
||||
|
@ -7,6 +7,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Remarks/Remark.h"
|
||||
#include "llvm/Remarks/RemarkParser.h"
|
||||
#include "llvm/Remarks/YAMLRemarkSerializer.h"
|
||||
#include "llvm/Support/Error.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
Loading…
Reference in New Issue
Block a user