[PATCH] D102793: [SystemZ][z/OS] Implement getHostCPUName for z/OS

Anirudh Prasad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 19 11:52:01 PDT 2021


anirudhp created this revision.
Herald added subscribers: dexonsmith, hiraditya.
anirudhp requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

- Currently, the host cpu information is not easily available on z/OS as in other platforms.
- This information is stored in the Communications Vector Table (https://www.ibm.com/docs/en/zos/2.2.0?topic=information-cvt-mapping)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102793

Files:
  llvm/include/llvm/Support/BCD.h
  llvm/lib/Support/Host.cpp
  llvm/unittests/Support/Host.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102793.346524.patch
Type: text/x-patch
Size: 7125 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210519/c72e638b/attachment.bin>


More information about the llvm-commits mailing list