forked from OSchip/llvm-project
parent
068d1f826c
commit
f6884a1aac
|
@ -11,7 +11,6 @@ add_llvm_library(LLVMDebugInfoCodeView
|
|||
ModuleSubstreamVisitor.cpp
|
||||
RecordSerialization.cpp
|
||||
SymbolDumper.cpp
|
||||
TypeDeserializer.cpp
|
||||
TypeDumper.cpp
|
||||
TypeRecord.cpp
|
||||
TypeRecordBuilder.cpp
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
//===- TypeDeserializer.cpp -------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/DebugInfo/CodeView/TypeDeserializer.h"
|
||||
|
||||
using namespace llvm;
|
||||
using namespace llvm::codeview;
|
Loading…
Reference in New Issue