aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/BPF/BPFCORE.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/BPF/BPFCORE.h')
-rw-r--r--llvm/lib/Target/BPF/BPFCORE.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/BPF/BPFCORE.h b/llvm/lib/Target/BPF/BPFCORE.h
index 0c504412480d..c9aa135232c1 100644
--- a/llvm/lib/Target/BPF/BPFCORE.h
+++ b/llvm/lib/Target/BPF/BPFCORE.h
@@ -32,6 +32,7 @@ public:
TYPE_SIZE,
ENUM_VALUE_EXISTENCE,
ENUM_VALUE,
+ TYPE_MATCH,
MAX_FIELD_RELOC_KIND,
};
@@ -46,6 +47,7 @@ public:
enum PreserveTypeInfo : uint32_t {
PRESERVE_TYPE_INFO_EXISTENCE = 0,
PRESERVE_TYPE_INFO_SIZE,
+ PRESERVE_TYPE_INFO_MATCH,
MAX_PRESERVE_TYPE_INFO_FLAG,
};