Carlos Palminha CARLOS.PALMINHA@synopsys.com writes:
I think today its working for some of those unsupported flags because it's a side effect of calling MODULE_get_dll_load_path with NULL. Probably using only system32 path it might break some of the application that are working based on a side effect. Nevertheless i run the existing tests for module and its ok.
I will look at it and add the other SEARCH flags. If i check the other flags then there is no need to fallback to MODULE_get_dll_load_path(NULL), do you agree?
My guess is that you'd want to integrate the flags handling into MODULE_get_dll_load_path instead of bypassing it.