git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256387
91177308-0d34-0410-b5e6-
96231b3b80d8
-add_llvm_library(LLVMCodeView
+add_llvm_library(LLVMDebugInfoCodeView
FieldListRecordBuilder.cpp
Line.cpp
ListRecordBuilder.cpp
MethodListRecordBuilder.cpp
TypeRecordBuilder.cpp
TypeTableBuilder.cpp
+
+ ADDITIONAL_HEADER_DIRS
+ ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
)
-;===- ./lib/CodeView/LLVMBuild.txt -------------------------------*- Conf -*--===;
+;===- ./lib/DebugInfo/CodeView/LLVMBuild.txt -------------------*- Conf -*--===;
;
; The LLVM Compiler Infrastructure
;
[component_0]
type = Library
-name = CodeView
-parent = Libraries
+name = DebugInfoCodeView
+parent = DebugInfo
required_libraries = Support
--- /dev/null
+##===- lib/DebugInfo/CodeView/Makefile ---------------------*- Makefile -*-===##\r
+#\r
+# The LLVM Compiler Infrastructure\r
+#\r
+# This file is distributed under the University of Illinois Open Source\r
+# License. See LICENSE.TXT for details.\r
+#\r
+##===----------------------------------------------------------------------===##\r
+\r
+LEVEL = ../../..\r
+LIBRARYNAME = LLVMDebugInfoCodeView\r
+BUILD_ARCHIVE := 1\r
+\r
+include $(LEVEL)/Makefile.common\r