[flang][Driver] Support -rpath, -shared, and -static in the frontend (#66702)
commit34e4e5eb70818fca90574beb8f5617e27bfac138
authorTarun Prabhu <tarun@lanl.gov>
Thu, 16 Nov 2023 19:01:17 +0000 (16 12:01 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Nov 2023 19:01:17 +0000 (16 12:01 -0700)
treeb59ce1866425f99457cc102aaefd403d68a221b1
parentcb4627d15027e1ed0051f5e5af447602f0f60971
[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.
clang/include/clang/Driver/Options.td
flang/test/Driver/dynamic-linker.f90 [new file with mode: 0644]