[clang] Use platform specific calls to get the executable absolute path (PR #68091)

2023-10-03 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Changes This patch fixes #66704. --- Full diff: https://github.com/llvm/llvm-project/pull/68091.diff 1 Files Affected: - (modified) clang/tools/driver/driver.cpp (+61) ``diff diff --git a/clang/tools/driver/driver.cpp b/clang/tools/dr

[clang] Use platform specific calls to get the executable absolute path (PR #68091)

2023-10-03 Thread Liviu Ionescu via cfe-commits
https://github.com/ilg-ul created https://github.com/llvm/llvm-project/pull/68091 This patch fixes #66704. >From f3812174546270051c4a2903b9a99408bf5b7ba0 Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Tue, 3 Oct 2023 14:07:48 +0300 Subject: [PATCH 1/2] [clang][driver] Use platform specific