[all-commits] [llvm/llvm-project] 0977f3: [SystemZ][z/OS] Add GOFF support to file magic ide...

Anirudh Prasad via All-commits all-commits at lists.llvm.org
Tue Jul 20 07:51:02 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0977f31cecf8aa4ad1be72748179f4d6a902daf4
      https://github.com/llvm/llvm-project/commit/0977f31cecf8aa4ad1be72748179f4d6a902daf4
  Author: Anirudh Prasad <anirudh_prasad at hotmail.com>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M llvm/include/llvm/BinaryFormat/Magic.h
    M llvm/lib/BinaryFormat/Magic.cpp
    M llvm/lib/Object/Binary.cpp
    M llvm/lib/Object/ObjectFile.cpp
    M llvm/lib/Object/SymbolicFile.cpp
    M llvm/unittests/BinaryFormat/TestFileMagic.cpp

  Log Message:
  -----------
  [SystemZ][z/OS] Add GOFF support to file magic identification

- This patch adds in the GOFF format to the file magic identification logic in LLVM
- Currently, for the object file support, GOFF is marked as having as an error
- However, this is only temporary until https://reviews.llvm.org/D98437 is merged in

Reviewed By: abhina.sreeskantharajan

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




More information about the All-commits mailing list