[PATCH] D121331: Cleanup include: TableGen

Abhina Sree via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 14 06:08:52 PDT 2022


abhina.sreeskantharajan added a comment.

Hello, there is a usage of the needConversion function in MemoryBuffer.cpp which requires the following header #include "llvm/Support/AutoConvert.h" for z/OS. Can this header be added back to MemoryBuffer.cpp? I think it's usage was missed because it is guarded for z/OS only.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121331/new/

https://reviews.llvm.org/D121331



More information about the llvm-commits mailing list