[all-commits] [llvm/llvm-project] 61ee92: [SystemZ][z/OS] Fix build errors on z/OS in the Un...
Abhina Sree via All-commits
all-commits at lists.llvm.org
Tue Dec 12 12:49:24 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61ee9232569d84ae5572eafd2b8098e63a5c5c50
https://github.com/llvm/llvm-project/commit/61ee9232569d84ae5572eafd2b8098e63a5c5c50
Author: Abhina Sree <69635948+abhina-sree at users.noreply.github.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
A llvm/include/llvm/Support/SystemZ/zOSSupport.h
M llvm/lib/Support/Unix/Process.inc
M llvm/lib/Support/Unix/Program.inc
Log Message:
-----------
[SystemZ][z/OS] Fix build errors on z/OS in the Unix .inc files (#74758)
This patch resolves the following errors on z/OS:
error: no member named 'wait4' in the global namespace
error: no member named 'ru_maxrss' in 'rusage'
error: use of undeclared identifier 'strsignal'
error: Cannot get usage times on this platform
error: Cannot get malloc info on this platform
More information about the All-commits
mailing list