[PATCH] D153398: [TextAPI] Add functionality to manipulate over InterfaceFiles
Juergen Ributzka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 21 09:55:46 PDT 2023
ributzka added inline comments.
================
Comment at: llvm/include/llvm/TextAPI/TextAPIError.h:20
+namespace llvm::MachO {
+enum class TextAPIErrorCode {
+ NoSuchArchitecture,
----------------
`TextAPIError::log` only handles `NoSuchArchitecture`, Are the other enum values currently needed?
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