mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-24 10:07:48 +00:00
Trying to un-break the bots.
llvm-svn: 190092
This commit is contained in:
parent
6f24379974
commit
8e3275c22b
@ -158,7 +158,8 @@ namespace llvm {
|
||||
/// Represents reference to a DIType, abstracts over direct and
|
||||
/// identifier-based metadata type references.
|
||||
class DITypeRef {
|
||||
friend DITypeRef DIDescriptor::getFieldAs<DITypeRef>(unsigned Elt) const;
|
||||
template <typename DescTy>
|
||||
friend DescTy DIDescriptor::getFieldAs(unsigned Elt) const;
|
||||
|
||||
/// TypeVal can be either a MDNode or a MDString, in the latter,
|
||||
/// MDString specifies the type identifier.
|
||||
|
Loading…
x
Reference in New Issue
Block a user