Try to fix Makefile build for LLVMDebugInfoPDB.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228437 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Zachary Turner 2015-02-06 20:42:03 +00:00
parent 44797c5a09
commit 4f325e4c43
2 changed files with 15 additions and 1 deletions

View File

@ -10,6 +10,6 @@ LEVEL = ../..
include $(LEVEL)/Makefile.config
PARALLEL_DIRS := DWARF
PARALLEL_DIRS := DWARF PDB
include $(LEVEL)/Makefile.common

View File

@ -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