Many flang tests currently FAIL on Solaris because the module files aren't found. I could trace this to sys::fs::getMainExecutable not being implemented.
This patch does this and fixes all affected flang tests.
Tested on amd64-pc-solaris2.11.
Differential D109374
[Support] Implement getMainExecutable on Solaris ro on Sep 7 2021, 10:10 AM. Authored by
Details Many flang tests currently FAIL on Solaris because the module files aren't found. I could trace this to sys::fs::getMainExecutable not being implemented. This patch does this and fixes all affected flang tests. Tested on amd64-pc-solaris2.11.
Diff Detail
Event TimelineComment Actions I can't vouch for the Solaris specific parts, but it looks sane to me. I guess you won't need to add any tests, since this will fix many now-failing tests? :) |