1
1
mirror of https://github.com/rui314/mold.git synced 2024-11-15 04:10:40 +03:00

temporary

This commit is contained in:
Rui Ueyama 2020-10-12 13:01:09 +09:00
parent a061afd3c5
commit f79ee43255
2 changed files with 1 additions and 6 deletions

View File

@ -84,12 +84,6 @@ class SymbolTable;
class InputSection;
class ObjectFile;
class Symbol {
public:
StringRef name;
ObjectFile *file;
};
class InputSection {
public:
InputSection(ObjectFile *file, ELF64LE::Shdr *hdr, StringRef name);

View File

@ -1,6 +1,7 @@
#pragma once
#include "chibild.h"
#include "symbols.h"
namespace tbb {
template<>