diff options
author | Yonghong Song <yhs@fb.com> | 2018-11-30 16:54:43 +0000 |
---|---|---|
committer | Yonghong Song <yhs@fb.com> | 2018-11-30 16:54:43 +0000 |
commit | f487334622dc64c6e8f1e68057181b41b69e27a3 (patch) | |
tree | db8221b595aa21ca302b6b74b4e5663f9e35643f /llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.h | |
parent | 0f221f53d80b5bf517c1ae6036b13b25900e2c46 (diff) | |
download | bcm5719-llvm-f487334622dc64c6e8f1e68057181b41b69e27a3.tar.gz bcm5719-llvm-f487334622dc64c6e8f1e68057181b41b69e27a3.zip |
Revert "[BTF] Add BTF DebugInfo"
This reverts commit 9c6b970db8bc63b28ce58a129bb1580a6a3c6caf.
llvm-svn: 348004
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.h b/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.h index 7dcd561fff6..cdf8dc72b07 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.h +++ b/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.h @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // // Common functionality for different debug information format backends. -// LLVM currently supports DWARF, CodeView and BTF. +// LLVM currently supports DWARF and CodeView. // //===----------------------------------------------------------------------===// |