https://github.com/jakeegan closed
https://github.com/llvm/llvm-project/pull/104806
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/daltenty approved this pull request.
LGTM, thanks!
https://github.com/llvm/llvm-project/pull/104806
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/jakeegan updated
https://github.com/llvm/llvm-project/pull/104806
>From 11f5d09315140772877bd460e72a3ddeeceb5641 Mon Sep 17 00:00:00 2001
From: Jake Egan
Date: Mon, 19 Aug 2024 11:08:24 -0400
Subject: [PATCH 1/2] [clang][AIX] Fix -print-runtime-dir on AIX
---
clang/lib/Driv
daltenty wrote:
I think you should add a test similar to this one:
https://github.com/llvm/llvm-project/blob/main/clang/test/Driver/darwin-print-runtime-dir.c
https://github.com/llvm/llvm-project/pull/104806
___
cfe-commits mailing list
cfe-commits@li
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
@llvm/pr-subscribers-clang
Author: Jake Egan (jakeegan)
Changes
Currently the option prints a path to a nonexistent directory with the full
triple, `lib/powerpc64-ibm-aix7.2.0.0`. It should only be `lib/aix`.
---
Full diff: https://github
https://github.com/jakeegan created
https://github.com/llvm/llvm-project/pull/104806
Currently the option prints a path to a nonexistent directory with the full
triple, `lib/powerpc64-ibm-aix7.2.0.0`. It should only be `lib/aix`.
>From 11f5d09315140772877bd460e72a3ddeeceb5641 Mon Sep 17 00:00