Under some environments, argv[0] doesn't hold a valid file name, but sys::fs::getMainExecutable will find the main executable properly. This patch tweaks the logic to fall back to sys::fs::getMainExecutable in more situations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM