mirror of
https://github.com/rui314/mold.git
synced 2024-12-31 20:48:07 +03:00
temporary
This commit is contained in:
parent
260c7d7b34
commit
3626108816
@ -109,7 +109,9 @@ private:
|
||||
uint32_t size_ = 0;
|
||||
};
|
||||
|
||||
inline InternedString intern(StringRef s) { return InternedString(s); }
|
||||
inline InternedString intern(StringRef s) {
|
||||
return InternedString(s);
|
||||
}
|
||||
|
||||
//
|
||||
// symtab.cc
|
||||
|
Loading…
Reference in New Issue
Block a user