1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-20 09:27:45 +03:00
mold/output_sections.cc

4 lines
83 B
C++
Raw Normal View History

2020-10-13 14:35:35 +03:00
#include "chibild.h"
OutputSection::OutputSection(StringRef name) : name(name) {}