Removing a file that is not necessary (and was causing link diagnostics with MSVC 2015); NFC.

llvm-svn: 302531
This commit is contained in:
Aaron Ballman 2017-05-09 14:22:48 +00:00
parent 0f3d30960e
commit f22f885b66
2 changed files with 0 additions and 11 deletions

View File

@ -13,7 +13,6 @@ add_llvm_library(LLVMDebugInfoCodeView
ModuleDebugFragmentVisitor.cpp
ModuleDebugInlineeLinesFragment.cpp
ModuleDebugLineFragment.cpp
ModuleDebugUnknownFragment.cpp
RecordSerialization.cpp
StringTable.cpp
SymbolRecordMapping.cpp

View File

@ -1,10 +0,0 @@
//===- ModuleDebugUnknownFragment.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/ModuleDebugUnknownFragment.h"