diff options
Diffstat (limited to 'llvm/lib/Target/BPF/BPFCORE.h')
-rw-r--r-- | llvm/lib/Target/BPF/BPFCORE.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Target/BPF/BPFCORE.h b/llvm/lib/Target/BPF/BPFCORE.h index a6cb3cf5337..ed4778353e5 100644 --- a/llvm/lib/Target/BPF/BPFCORE.h +++ b/llvm/lib/Target/BPF/BPFCORE.h @@ -23,10 +23,8 @@ public: MAX_FIELD_RELOC_KIND, }; - /// The attribute attached to globals representing a member offset + /// The attribute attached to globals representing a field access static const std::string AmaAttr; - /// The section name to identify a patchable external global - static const std::string PatchableExtSecName; }; } // namespace llvm |