diff options
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/BTFDebugStub.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/BTFDebugStub.cpp | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/BTFDebugStub.cpp b/llvm/lib/CodeGen/AsmPrinter/BTFDebugStub.cpp deleted file mode 100644 index be487687dee..00000000000 --- a/llvm/lib/CodeGen/AsmPrinter/BTFDebugStub.cpp +++ /dev/null @@ -1,28 +0,0 @@ -//===- llvm/lib/CodeGen/AsmPrinter/BTFDebugStub.cpp -------------*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -/// -/// \file -/// This file is a stub for BTF generation support. The real implementation -/// is at BTFDebug.cpp which will be included if BPF target is built. -/// -//===----------------------------------------------------------------------===// - -#include "DebugHandlerBase.h" - -namespace llvm { - -/// Stub class for emitting the BTF . -class BTFDebug : public DebugHandlerBase { -public: - BTFDebug(AsmPrinter *AP); -}; - -BTFDebug::BTFDebug(AsmPrinter *AP) : DebugHandlerBase(AP) {} - -} // end namespace llvm |

