diff options
author | Zachary Turner <zturner@google.com> | 2015-02-06 20:00:18 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-02-06 20:00:18 +0000 |
commit | 8c89a82c880112d12f5163926ae26b7c7f3f0b11 (patch) | |
tree | 042480014aa4919ddcd04ed9a21dc232570745ac /llvm/lib/DebugInfo/PDB/PDBSymbolCustom.cpp | |
parent | 8379068941f08e89822c3245369ed52c45bc8a5e (diff) | |
download | bcm5719-llvm-8c89a82c880112d12f5163926ae26b7c7f3f0b11.tar.gz bcm5719-llvm-8c89a82c880112d12f5163926ae26b7c7f3f0b11.zip |
Revert "Create lib/DebugInfo/PDB."
This reverts commit 21028, as it is causing failures in LLVMConfig.
llvm-svn: 228431
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/PDBSymbolCustom.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/PDB/PDBSymbolCustom.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/llvm/lib/DebugInfo/PDB/PDBSymbolCustom.cpp b/llvm/lib/DebugInfo/PDB/PDBSymbolCustom.cpp deleted file mode 100644 index aa1a8ed6e0b..00000000000 --- a/llvm/lib/DebugInfo/PDB/PDBSymbolCustom.cpp +++ /dev/null @@ -1,20 +0,0 @@ -//===- PDBSymbolCustom.cpp - compiler-specific types ------------*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#include <utility> - -#include "llvm/DebugInfo/PDB/IPDBRawSymbol.h" -#include "llvm/DebugInfo/PDB/PDBSymbol.h" -#include "llvm/DebugInfo/PDB/PDBSymbolCustom.h" - -using namespace llvm; - -void PDBSymbolCustom::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) { - RawSymbol->getDataBytes(bytes); -} |