[all-commits] [llvm/llvm-project] e71994: [SystemZ][z/OS] Add IsText Argument to GetFile and...

Abhina Sree via All-commits all-commits at lists.llvm.org
Fri Apr 16 07:08:57 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e71994a239d5f807c1c75515bfa512495224469f
      https://github.com/llvm/llvm-project/commit/e71994a239d5f807c1c75515bfa512495224469f
  Author: Jonathan Crowther <jonathan.crowther at ibm.com>
  Date:   2021-04-16 (Fri, 16 Apr 2021)

  Changed paths:
    M clang/tools/driver/cc1as_main.cpp
    M llvm/lib/AsmParser/Parser.cpp
    M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
    M llvm/lib/ProfileData/InstrProfReader.cpp
    M llvm/lib/ProfileData/SampleProfReader.cpp
    M llvm/lib/Testing/Support/SupportHelpers.cpp
    M llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp
    M llvm/tools/llvm-ifs/llvm-ifs.cpp
    M llvm/tools/llvm-mc/llvm-mc.cpp

  Log Message:
  -----------
  [SystemZ][z/OS] Add IsText Argument to GetFile and GetFileOrSTDIN

Add the `IsText` argument to `GetFile` and `GetFileOrSTDIN` which will help z/OS distinguish between text and binary correctly. This is an extension to [this patch](https://reviews.llvm.org/D97785)

Reviewed By: abhina.sreeskantharajan, amccarth

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




More information about the All-commits mailing list