mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +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;
|
||||
|
||||
Reference in New Issue
Block a user