From: Zachary Turner Date: Fri, 6 Feb 2015 20:42:03 +0000 (+0000) Subject: Try to fix Makefile build for LLVMDebugInfoPDB. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4f325e4c435edb42b59d8890dffe2a56096e1fe8;p=oota-llvm.git Try to fix Makefile build for LLVMDebugInfoPDB. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228437 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/DebugInfo/Makefile b/lib/DebugInfo/Makefile index 9b4cb23690d..27a5e1f0f49 100644 --- a/lib/DebugInfo/Makefile +++ b/lib/DebugInfo/Makefile @@ -10,6 +10,6 @@ LEVEL = ../.. include $(LEVEL)/Makefile.config -PARALLEL_DIRS := DWARF +PARALLEL_DIRS := DWARF PDB include $(LEVEL)/Makefile.common \ No newline at end of file diff --git a/lib/DebugInfo/PDB/Makefile b/lib/DebugInfo/PDB/Makefile new file mode 100644 index 00000000000..444019e5a18 --- /dev/null +++ b/lib/DebugInfo/PDB/Makefile @@ -0,0 +1,14 @@ +##===- 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