mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[next] Handle new BTFTagAttributedType
Introduced in llvm/llvm-project 3251ba2d0fcf5223fce3e270b91c54f548664b4e.
This commit is contained in:
@@ -89,6 +89,11 @@ public:
|
||||
clang::QualType type = asImpl().readTypeRef();
|
||||
return getASTContext().getQualifiedType(type, quals);
|
||||
}
|
||||
|
||||
const clang::BTFTypeTagAttr *readBTFTypeTagAttr() {
|
||||
llvm::report_fatal_error("Read BTFTypeTagAttr that should never have been"
|
||||
" serialized");
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user