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

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 07:22:48 PDT 2017


Author: aaronballman
Date: Tue May  9 09:22:48 2017
New Revision: 302531

URL: http://llvm.org/viewvc/llvm-project?rev=302531&view=rev
Log:
Removing a file that is not necessary (and was causing link diagnostics with MSVC 2015); NFC.

Removed:
    llvm/trunk/lib/DebugInfo/CodeView/ModuleDebugUnknownFragment.cpp
Modified:
    llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt

Modified: llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt?rev=302531&r1=302530&r2=302531&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt (original)
+++ llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt Tue May  9 09:22:48 2017
@@ -13,7 +13,6 @@ add_llvm_library(LLVMDebugInfoCodeView
   ModuleDebugFragmentVisitor.cpp
   ModuleDebugInlineeLinesFragment.cpp
   ModuleDebugLineFragment.cpp
-  ModuleDebugUnknownFragment.cpp
   RecordSerialization.cpp
   StringTable.cpp
   SymbolRecordMapping.cpp

Removed: llvm/trunk/lib/DebugInfo/CodeView/ModuleDebugUnknownFragment.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/CodeView/ModuleDebugUnknownFragment.cpp?rev=302530&view=auto
==============================================================================
--- llvm/trunk/lib/DebugInfo/CodeView/ModuleDebugUnknownFragment.cpp (original)
+++ llvm/trunk/lib/DebugInfo/CodeView/ModuleDebugUnknownFragment.cpp (removed)
@@ -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




More information about the llvm-commits mailing list