SWDEV-556684 - Remove HSAIL support (#1183)

Este commit está contenido en:
Pengda Xie
2025-10-23 11:21:49 -07:00
cometido por GitHub
padre db949445c3
commit a4bbd73dc6
Se han modificado 53 ficheros con 410 adiciones y 5066 borrados
+1 -1
Ver fichero
@@ -225,7 +225,7 @@ class Program : public RuntimeObject {
static int GetOclCVersion(const char* clVer);
bool static ParseAllOptions(const std::string& options, option::Options& parsedOptions,
bool optionChangable, bool linkOptsOnly, bool isLC);
bool optionChangable, bool linkOptsOnly);
void setVarInfoCallBack(VarInfoCallback callback) { varcallback = callback; }