Add support for performing a link step on z/OS. This will support C & C++ building executables and shared libs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D153580
[SystemZ][z/OS] Add support for z/OS link step (executable and shared libs) ClosedPublic Authored by SeanP on Jun 22 2023, 12:15 PM.
Details Summary Add support for performing a link step on z/OS. This will support C & C++ building executables and shared libs.
Diff Detail
Event TimelineSeanP retitled this revision from Add support for z/OS link step (executable and shared libs) to [SystemZ][z/OS] Add support for z/OS link step (executable and shared libs).Jun 22 2023, 12:25 PM This revision is now accepted and ready to land.Jun 26 2023, 8:55 AM This revision was landed with ongoing or failed builds.Jun 29 2023, 5:57 AM Closed by commit rG5e87ec1e19ce: [SystemZ][z/OS] Add support for z/OS link step (executable and shared libs) (authored by SeanP, committed by abhina.sreeskantharajan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 535755 clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/ZOS.h
clang/lib/Driver/ToolChains/ZOS.cpp
clang/test/Driver/zos-ld.c
|