aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/BPF/BPF.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/BPF/BPF.h')
-rw-r--r--llvm/lib/Target/BPF/BPF.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/BPF/BPF.h b/llvm/lib/Target/BPF/BPF.h
index 5d49949..7faae8b 100644
--- a/llvm/lib/Target/BPF/BPF.h
+++ b/llvm/lib/Target/BPF/BPF.h
@@ -22,7 +22,7 @@ class BPFTargetMachine;
class InstructionSelector;
class PassRegistry;
-static const char *BPF_TRAP = "__bpf_trap";
+#define BPF_TRAP "__bpf_trap"
ModulePass *createBPFCheckAndAdjustIR();