[all-commits] [llvm/llvm-project] 69d79f: [Support] Implement getMainExecutable for OpenBSD

Brad Smith via All-commits all-commits at lists.llvm.org
Fri Sep 1 16:48:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 69d79f1f77147e5787efc8aa0300ea12dec95932
      https://github.com/llvm/llvm-project/commit/69d79f1f77147e5787efc8aa0300ea12dec95932
  Author: Brad Smith <brad at comstyle.com>
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
    M llvm/lib/Support/Unix/Path.inc

  Log Message:
  -----------
  [Support] Implement getMainExecutable for OpenBSD

This uses just argv[0] on OpenBSD. OpenBSD does not support the /proc filesystem.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D159168




More information about the All-commits mailing list