diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2017-05-09 14:22:48 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2017-05-09 14:22:48 +0000 |
commit | f22f885b6695a13159e9a8a1d79d3af88c80f37a (patch) | |
tree | c5e1626d5fe6b2090cf6972271a98d69ac8620c1 /llvm/lib | |
parent | 0f3d30960e0fc21cc3b7aeb92d0b5640e01dc5f4 (diff) | |
download | bcm5719-llvm-f22f885b6695a13159e9a8a1d79d3af88c80f37a.tar.gz bcm5719-llvm-f22f885b6695a13159e9a8a1d79d3af88c80f37a.zip |
Removing a file that is not necessary (and was causing link diagnostics with MSVC 2015); NFC.
llvm-svn: 302531
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/DebugInfo/CodeView/CMakeLists.txt | 1 | ||||
-rw-r--r-- | llvm/lib/DebugInfo/CodeView/ModuleDebugUnknownFragment.cpp | 10 |
2 files changed, 0 insertions, 11 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt index 410d5a3777d..47cbcfd1990 100644 --- a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt +++ b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt @@ -13,7 +13,6 @@ add_llvm_library(LLVMDebugInfoCodeView ModuleDebugFragmentVisitor.cpp ModuleDebugInlineeLinesFragment.cpp ModuleDebugLineFragment.cpp - ModuleDebugUnknownFragment.cpp RecordSerialization.cpp StringTable.cpp SymbolRecordMapping.cpp diff --git a/llvm/lib/DebugInfo/CodeView/ModuleDebugUnknownFragment.cpp b/llvm/lib/DebugInfo/CodeView/ModuleDebugUnknownFragment.cpp deleted file mode 100644 index 9fd2cb8ed3e..00000000000 --- a/llvm/lib/DebugInfo/CodeView/ModuleDebugUnknownFragment.cpp +++ /dev/null @@ -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"
\ No newline at end of file |