From 3a080a0195ed21b8e12f825cfa00c8fa79f851a6 Mon Sep 17 00:00:00 2001 From: Cyndy Ishida Date: Mon, 12 Feb 2024 16:15:21 -0800 Subject: [TextAPI] Refactor BinaryAttrs to InterfaceFile assignment (#81551) Create a helper method for this operation, so it can be reused in multiple places. Additonally move FileType enum into its own header to avoid include cycles. --- llvm/lib/TextAPI/TextStubCommon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/TextAPI/TextStubCommon.h') diff --git a/llvm/lib/TextAPI/TextStubCommon.h b/llvm/lib/TextAPI/TextStubCommon.h index 360910c..155d38a 100644 --- a/llvm/lib/TextAPI/TextStubCommon.h +++ b/llvm/lib/TextAPI/TextStubCommon.h @@ -13,6 +13,7 @@ #ifndef LLVM_TEXTAPI_TEXT_STUB_COMMON_H #define LLVM_TEXTAPI_TEXT_STUB_COMMON_H +#include "llvm/ADT/BitmaskEnum.h" #include "llvm/ADT/StringRef.h" #include "llvm/Support/YAMLTraits.h" #include "llvm/TextAPI/Architecture.h" -- cgit v1.1