summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF/BTF.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/BPF/BTF.h')
-rw-r--r--llvm/lib/Target/BPF/BTF.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/BPF/BTF.h b/llvm/lib/Target/BPF/BTF.h
index a13c862bf84..9f1a9f915b5 100644
--- a/llvm/lib/Target/BPF/BTF.h
+++ b/llvm/lib/Target/BPF/BTF.h
@@ -180,8 +180,6 @@ struct BTFParam {
enum : uint8_t {
VAR_STATIC = 0, ///< Linkage: InternalLinkage
VAR_GLOBAL_ALLOCATED = 1, ///< Linkage: ExternalLinkage
- VAR_GLOBAL_TENTATIVE = 2, ///< Linkage: CommonLinkage
- VAR_GLOBAL_EXTERNAL = 3, ///< Linkage: ExternalLinkage
};
/// BTF_KIND_DATASEC are followed by multiple "struct BTFDataSecVar".
OpenPOWER on IntegriCloud