[all-commits] [llvm/llvm-project] 3f8035: [driver] return immediately in `addArchSpecificRPa...
Daniel Chen via All-commits
all-commits at lists.llvm.org
Tue Apr 29 07:40:15 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f8035961f08d160851c40f7ac1f6e441149183c
https://github.com/llvm/llvm-project/commit/3f8035961f08d160851c40f7ac1f6e441149183c
Author: Daniel Chen <cdchen at ca.ibm.com>
Date: 2025-04-29 (Tue, 29 Apr 2025)
Changed paths:
M clang/lib/Driver/ToolChains/AIX.h
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M flang/test/Driver/flang-ld-powerpc.f90
Log Message:
-----------
[driver] return immediately in `addArchSpecificRPath` and `getArchSpecificLibPaths` on AIX (#134520)
`addArchSpecificRPath` should immediately return for AIX as AIX doesn't
support `rpath` option.
`getArchSpecificLibPaths` should return as well as we don't want
`-L/ArchSepcificLibPaths` sent to the linker on AIX.
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