[all-commits] [llvm/llvm-project] 066384: [SystemZ/ZOS] Define Endian constants for z/OS.

Kai Nacke via All-commits all-commits at lists.llvm.org
Mon Jul 6 03:49:44 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0663844b064dca074cbf12e868b9b3214cf52848
      https://github.com/llvm/llvm-project/commit/0663844b064dca074cbf12e868b9b3214cf52848
  Author: Kai Nacke <kai.nacke at de.ibm.com>
  Date:   2020-07-06 (Mon, 06 Jul 2020)

  Changed paths:
    M llvm/include/llvm/Support/SwapByteOrder.h

  Log Message:
  -----------
  [SystemZ/ZOS] Define Endian constants for z/OS.

This is needed to build LLVM on z/OS, as there is no header file
which provides these constants.

Reviewed By: hubert.reinterpretcast

Differential Revision: https://reviews.llvm.org/D82368


  Commit: bfd84b1c034d6b0413c293772662e1a5619d6b40
      https://github.com/llvm/llvm-project/commit/bfd84b1c034d6b0413c293772662e1a5619d6b40
  Author: Kai Nacke <kai.nacke at de.ibm.com>
  Date:   2020-07-06 (Mon, 06 Jul 2020)

  Changed paths:
    M llvm/lib/Support/Unix/Path.inc

  Log Message:
  -----------
  [SystemZ/ZOS] Implement getMainExecutable() and is_local_impl()

Adds implementation of getMainExecutable() and is_local_impl() to
Support/Unix/Path.inc. Both are needed to compile LLVM for z/OS.

Reviewed By: hubert.reinterpretcast, emaste

Differential Revision: https://reviews.llvm.org/D82544


Compare: https://github.com/llvm/llvm-project/compare/5d7afe2d2e3c...bfd84b1c034d


More information about the All-commits mailing list