mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
Use a forward declaration. NFC.
llvm-svn: 303363
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
|
||||
#include "MapFile.h"
|
||||
#include "InputFiles.h"
|
||||
#include "OutputSections.h"
|
||||
#include "Strings.h"
|
||||
#include "SymbolTable.h"
|
||||
#include "Threads.h"
|
||||
|
||||
@@ -10,10 +10,11 @@
|
||||
#ifndef LLD_ELF_MAPFILE_H
|
||||
#define LLD_ELF_MAPFILE_H
|
||||
|
||||
#include "OutputSections.h"
|
||||
#include <llvm/ADT/ArrayRef.h>
|
||||
|
||||
namespace lld {
|
||||
namespace elf {
|
||||
class OutputSection;
|
||||
template <class ELFT>
|
||||
void writeMapFile(llvm::ArrayRef<OutputSection *> OutputSections);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user