[all-commits] [llvm/llvm-project] 5259da: [AIX][Clang] Respect -r when invoking the linker
Michael Francis via All-commits
all-commits at lists.llvm.org
Mon Mar 20 10:56:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5259da75b9352592cd12fc2c6b6b875567989867
https://github.com/llvm/llvm-project/commit/5259da75b9352592cd12fc2c6b6b875567989867
Author: Michael Francis <michaelfrancis at ibm.com>
Date: 2023-03-20 (Mon, 20 Mar 2023)
Changed paths:
M clang/lib/Driver/ToolChains/AIX.cpp
M clang/test/Driver/aix-ld.c
Log Message:
-----------
[AIX][Clang] Respect -r when invoking the linker
On AIX, libraries are still being linked when `-r` is passed to the driver. This patch corrects this error.
Differential Revision: https://reviews.llvm.org/D145899
More information about the All-commits
mailing list