mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-21 11:38:35 +00:00
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:
parent
44797c5a09
commit
4f325e4c43
@ -10,6 +10,6 @@ LEVEL = ../..
|
||||
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
PARALLEL_DIRS := DWARF
|
||||
PARALLEL_DIRS := DWARF PDB
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
14
lib/DebugInfo/PDB/Makefile
Normal file
14
lib/DebugInfo/PDB/Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user