[all-commits] [llvm/llvm-project] 34e4e5: [flang][Driver] Support -rpath, -shared, and -stat...
Tarun Prabhu via All-commits
all-commits at lists.llvm.org
Thu Nov 16 11:01:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34e4e5eb70818fca90574beb8f5617e27bfac138
https://github.com/llvm/llvm-project/commit/34e4e5eb70818fca90574beb8f5617e27bfac138
Author: Tarun Prabhu <tarun at lanl.gov>
Date: 2023-11-16 (Thu, 16 Nov 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
A flang/test/Driver/dynamic-linker.f90
Log Message:
-----------
[flang][Driver] Support -rpath, -shared, and -static in the frontend (#66702)
Enable -rpath, -shared, and -static for the flang frontend. This brings
it in line with clang. Fixes issue #65546.
More information about the All-commits
mailing list