[all-commits] [llvm/llvm-project] 5e87ec: [SystemZ][z/OS] Add support for z/OS link step (ex...
Sean Perry via All-commits
all-commits at lists.llvm.org
Thu Jun 29 05:57:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e87ec1e19ce0226ff7c812db07aec1734c407b3
https://github.com/llvm/llvm-project/commit/5e87ec1e19ce0226ff7c812db07aec1734c407b3
Author: Sean Perry <perry at ca.ibm.com>
Date: 2023-06-29 (Thu, 29 Jun 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/ZOS.cpp
M clang/lib/Driver/ToolChains/ZOS.h
A clang/test/Driver/zos-ld.c
Log Message:
-----------
[SystemZ][z/OS] Add support for z/OS link step (executable and shared libs)
Add support for performing a link step on z/OS. This will support C & C++ building executables and shared libs.
Reviewed By: zibi, abhina.sreeskantharajan
Differential Revision: https://reviews.llvm.org/D153580
More information about the All-commits
mailing list