Mercurial > hg > CbC > CbC_llvm
diff lld/MachO/OutputSection.cpp @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 0572611fdcc8 |
children | c4bab56944e8 |
line wrap: on
line diff
--- a/lld/MachO/OutputSection.cpp Mon May 25 11:55:54 2020 +0900 +++ b/lld/MachO/OutputSection.cpp Tue Jun 08 06:07:14 2021 +0900 @@ -8,7 +8,6 @@ #include "OutputSection.h" #include "OutputSegment.h" -#include "lld/Common/ErrorHandler.h" using namespace llvm; using namespace lld; @@ -17,7 +16,3 @@ uint64_t OutputSection::getSegmentOffset() const { return addr - parent->firstSection()->addr; } - -void OutputSection::mergeInput(InputSection *input) { - llvm_unreachable("Cannot merge input section into unmergable output section"); -}