[all-commits] [llvm/llvm-project] 50fcb7: [Clang] Add support for -rpath on AIX (#89279)
Mark Danial via All-commits
all-commits at lists.llvm.org
Fri Feb 21 08:01:14 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50fcb743ecb98b778c4fa9f927e6d2a5d79e3073
https://github.com/llvm/llvm-project/commit/50fcb743ecb98b778c4fa9f927e6d2a5d79e3073
Author: Mark Danial <mark.danial at ibm.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M clang/lib/Driver/ToolChains/AIX.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
A clang/test/Driver/aix-rpath.c
M clang/test/Driver/at_file_missing.c
Log Message:
-----------
[Clang] Add support for -rpath on AIX (#89279)
Add support for existing -rpath option to AIX. Prior to this PR,
if -rpath is passed on AIX it gets passed to the linker and crashes as
the linker on AIX cannot process it.
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