Try to fix Makefile build for LLVMDebugInfoPDB.
authorZachary Turner <zturner@google.com>
Fri, 6 Feb 2015 20:42:03 +0000 (20:42 +0000)
committerZachary Turner <zturner@google.com>
Fri, 6 Feb 2015 20:42:03 +0000 (20:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228437 91177308-0d34-0410-b5e6-96231b3b80d8

lib/DebugInfo/Makefile
lib/DebugInfo/PDB/Makefile [new file with mode: 0644]

index 9b4cb23690d6f14ae55d05b86d1c3804a905d717..27a5e1f0f496f669c0f97217fa73d8fe39b29b8f 100644 (file)
@@ -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 (file)
index 0000000..444019e
--- /dev/null
@@ -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