summaryrefslogtreecommitdiffstats
path: root/clang/include/clang/InstallAPI/Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/include/clang/InstallAPI/Context.h')
-rw-r--r--clang/include/clang/InstallAPI/Context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/include/clang/InstallAPI/Context.h b/clang/include/clang/InstallAPI/Context.h
index 4e9e90e5d2db..bdb576d7d85f 100644
--- a/clang/include/clang/InstallAPI/Context.h
+++ b/clang/include/clang/InstallAPI/Context.h
@@ -12,8 +12,8 @@
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/FileManager.h"
#include "clang/InstallAPI/HeaderFile.h"
+#include "clang/InstallAPI/MachO.h"
#include "llvm/ADT/DenseMap.h"
-#include "llvm/TextAPI/InterfaceFile.h"
namespace clang {
namespace installapi {
@@ -25,7 +25,7 @@ class FrontendRecordsSlice;
struct InstallAPIContext {
/// Library attributes that are typically passed as linker inputs.
- llvm::MachO::RecordsSlice::BinaryAttrs BA;
+ BinaryAttrs BA;
/// All headers that represent a library.
HeaderSeq InputHeaders;
@@ -49,7 +49,7 @@ struct InstallAPIContext {
llvm::StringRef OutputLoc{};
/// What encoding to write output as.
- llvm::MachO::FileType FT = llvm::MachO::FileType::TBD_V5;
+ FileType FT = FileType::TBD_V5;
/// Populate entries of headers that should be included for TextAPI
/// generation.