mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 09:57:08 +08:00
Rename GdbIndex.{cpp,h} -> DWARF.{cpp,h}.
These files used to contain classes and functions for .gdb_index,
but they are moved to SyntheticSections.{cpp,h}, so the name is now
irrelevant.
llvm-svn: 342299
This commit is contained in:
@@ -22,11 +22,11 @@ add_lld_library(lldELF
|
||||
Arch/X86.cpp
|
||||
Arch/X86_64.cpp
|
||||
CallGraphSort.cpp
|
||||
DWARF.cpp
|
||||
Driver.cpp
|
||||
DriverUtils.cpp
|
||||
EhFrame.cpp
|
||||
Filesystem.cpp
|
||||
GdbIndex.cpp
|
||||
ICF.cpp
|
||||
InputFiles.cpp
|
||||
InputSection.cpp
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===- GdbIndex.cpp -------------------------------------------------------===//
|
||||
//===- DWARF.cpp ----------------------------------------------------------===//
|
||||
//
|
||||
// The LLVM Linker
|
||||
//
|
||||
@@ -14,7 +14,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "GdbIndex.h"
|
||||
#include "DWARF.h"
|
||||
#include "Symbols.h"
|
||||
#include "lld/Common/Memory.h"
|
||||
#include "llvm/DebugInfo/DWARF/DWARFDebugPubTable.h"
|
||||
@@ -1,4 +1,4 @@
|
||||
//===- GdbIndex.h --------------------------------------------*- C++ -*-===//
|
||||
//===- DWARF.h -----------------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Linker
|
||||
//
|
||||
@@ -7,8 +7,8 @@
|
||||
//
|
||||
//===-------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLD_ELF_GDB_INDEX_H
|
||||
#define LLD_ELF_GDB_INDEX_H
|
||||
#ifndef LLD_ELF_DWARF_H
|
||||
#define LLD_ELF_DWARF_H
|
||||
|
||||
#include "InputFiles.h"
|
||||
#include "llvm/DebugInfo/DWARF/DWARFContext.h"
|
||||
@@ -21,8 +21,8 @@
|
||||
#ifndef LLD_ELF_SYNTHETIC_SECTION_H
|
||||
#define LLD_ELF_SYNTHETIC_SECTION_H
|
||||
|
||||
#include "DWARF.h"
|
||||
#include "EhFrame.h"
|
||||
#include "GdbIndex.h"
|
||||
#include "InputSection.h"
|
||||
#include "llvm/ADT/MapVector.h"
|
||||
#include "llvm/MC/StringTableBuilder.h"
|
||||
|
||||
Reference in New Issue
Block a user