You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error.addCompilerWarning("Specified ordering will be ignored. Use --"+Flags.configFlagName(Flags.FORCE_RECOMMENDED_ORDERING) +"=false to override module ordering.");
7233
+
maxIndex := numModules;
7234
+
else
7235
+
maxIndex := intMax(maxIndex, index);
7236
+
end if;
7237
+
7238
+
if index <>-1 then
7239
+
activeModules[index] :=true;
7240
+
else
7241
+
Error.addCompilerError("'"+ name +"' is not a valid optimization module. Please check the flags carefully.");
7242
+
fail();
7228
7243
end if;
7229
7244
end for;
7230
7245
7231
-
// TODO: improve warning
7232
-
if listLength(outOptModules) <> listLength(inStrOptModules) then
7233
-
Error.addCompilerError("Specified modules are invalid.");
0 commit comments