CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/06 13:05:13
Modified files:
gnu/llvm/llvm/lib/Support/Unix: Path.inc
Log message:
Use getexecpath(3). Since this is crucial build tooling, if getexecpath(3)
fails, fallback to the old method in case someone tries to build on an old
system. Future clang updates should not contain this fallback code chunk.
ok kettenis
