[all-commits] [llvm/llvm-project] 6b5054: [Flang] remove whole-archive option for AIX linker...
madanial0 via All-commits
all-commits at lists.llvm.org
Thu Dec 21 07:22:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b505406a3403a9ab6c733ccf1fbcc52d9ca0601
https://github.com/llvm/llvm-project/commit/6b505406a3403a9ab6c733ccf1fbcc52d9ca0601
Author: madanial0 <118996571+madanial0 at users.noreply.github.com>
Date: 2023-12-21 (Thu, 21 Dec 2023)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M flang/test/Driver/no-duplicate-main.f90
Log Message:
-----------
[Flang] remove whole-archive option for AIX linker (#76039)
The AIX linker does not support the `--whole-archive` option, removing
the option if the OS is AIX.
---------
Co-authored-by: Mark Danial <mark.danial at ibm.com>
More information about the All-commits
mailing list