[PATCH] D153398: [TextAPI] Add functionality to manipulate over InterfaceFiles

Cyndy Ishida via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 21 11:27:59 PDT 2023


cishida added inline comments.


================
Comment at: llvm/include/llvm/TextAPI/TextAPIError.h:20
+namespace llvm::MachO {
+enum class TextAPIErrorCode {
+  NoSuchArchitecture,
----------------
ributzka wrote:
> `TextAPIError::log` only handles `NoSuchArchitecture`, Are the other enum values currently needed?
Not right now in LLVM proper repo. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153398



More information about the llvm-commits mailing list