mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
fix: encode options in elf file
Resolves: NEO-8035 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
40c7b2842f
commit
3a9a835692
@@ -97,6 +97,10 @@ All supported acronyms: %s.
|
||||
}
|
||||
bool showHelpOnly() const { return showHelp; }
|
||||
|
||||
std::string getOptions() {
|
||||
return options;
|
||||
}
|
||||
|
||||
protected:
|
||||
OfflineCompiler();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user