mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 20:13:04 +08:00
fix: neo ULT build with optimizations disabled 1/n
Related-To: NEO-8116 Signed-off-by: Oskar Hubert Weber <oskar.hubert.weber@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
94d28f3306
commit
fd45b2883d
@@ -30,6 +30,8 @@
|
||||
|
||||
namespace NEO {
|
||||
|
||||
LinkerInput::~LinkerInput() = default;
|
||||
|
||||
SegmentType LinkerInput::getSegmentForSection(ConstStringRef name) {
|
||||
if (name == NEO::Zebin::Elf::SectionNames::dataConst || name == NEO::Zebin::Elf::SectionNames::dataGlobalConst) {
|
||||
return NEO::SegmentType::globalConstants;
|
||||
|
||||
@@ -109,7 +109,7 @@ struct LinkerInput {
|
||||
using SymbolMap = std::unordered_map<std::string, SymbolInfo>;
|
||||
using RelocationsPerInstSegment = std::vector<Relocations>;
|
||||
|
||||
virtual ~LinkerInput() = default;
|
||||
virtual ~LinkerInput();
|
||||
|
||||
static SegmentType getSegmentForSection(ConstStringRef name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user