[all-commits] [llvm/llvm-project] 6d1d93: [clang][AIX] Strip unknown environment component f...
Jake Egan via All-commits
all-commits at lists.llvm.org
Sat May 24 00:05:49 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d1d9374bd83f83f7d631ea599e4e75f7e9163ea
https://github.com/llvm/llvm-project/commit/6d1d9374bd83f83f7d631ea599e4e75f7e9163ea
Author: Jake Egan <Jake.egan at ibm.com>
Date: 2025-05-24 (Sat, 24 May 2025)
Changed paths:
M clang/lib/Driver/ToolChain.cpp
M clang/test/Driver/aix-print-runtime-dir.c
Log Message:
-----------
[clang][AIX] Strip unknown environment component for per target runtime directory (#140850)
Previously, when the triple is `powerpc-ibm-aix-unknown`, the driver
fails to find subdirectory `lib/powerpc-ibm-aix`.
This ensures the correct runtime path is found if the triple has the
-unknown environment component attached.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list