Revert "feat(zebin): Add support for ELF section type SHT_NOBITS"

This reverts commit fa03aa9a40.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2023-02-03 03:11:40 +01:00
committed by Compute-Runtime-Automation
parent 606a900080
commit d0c0c60205
18 changed files with 83 additions and 419 deletions

View File

@@ -17,7 +17,7 @@ class SVMAllocsManager;
struct LinkerInput;
GraphicsAllocation *allocateGlobalsSurface(SVMAllocsManager *const svmAllocManager, Device &device,
size_t totalSize, size_t zeroInitSize, bool constant,
size_t size, bool constant,
LinkerInput *const linkerInput, const void *initData);
} // namespace NEO