aboutsummaryrefslogtreecommitdiff
path: root/lib/DebugInfo/PDB/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DebugInfo/PDB/Makefile')
-rw-r--r--lib/DebugInfo/PDB/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/DebugInfo/PDB/Makefile b/lib/DebugInfo/PDB/Makefile
deleted file mode 100644
index 444019e5a184..000000000000
--- a/lib/DebugInfo/PDB/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-##===- lib/DebugInfo/PDB/Makefile --------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../../..
-LIBRARYNAME = LLVMDebugInfoPDB
-BUILD_ARCHIVE := 1
-
-include $(LEVEL)/Makefile.common