summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
diff options
context:
space:
mode:
authorDave Bartolomeo <dbartol@microsoft.com>2015-12-24 18:51:35 +0000
committerDave Bartolomeo <dbartol@microsoft.com>2015-12-24 18:51:35 +0000
commitdd38b1bf12dc7f54fb4ee4bc6265cad0ce930273 (patch)
treeef169fa2bd3cfb9f5be6794af967ec6a5c382da0 /llvm/lib/DebugInfo/CodeView/CMakeLists.txt
parentde0bfee769899bf6abb5c31449dbad839b676063 (diff)
downloadbcm5719-llvm-dd38b1bf12dc7f54fb4ee4bc6265cad0ce930273.tar.gz
bcm5719-llvm-dd38b1bf12dc7f54fb4ee4bc6265cad0ce930273.zip
Fix CodeView library name and non-CMake builds
llvm-svn: 256387
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/CMakeLists.txt')
-rw-r--r--llvm/lib/DebugInfo/CodeView/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
index 7853949bdb5..cfa0e4d8b40 100644
--- a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
+++ b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_llvm_library(LLVMCodeView
+add_llvm_library(LLVMDebugInfoCodeView
FieldListRecordBuilder.cpp
Line.cpp
ListRecordBuilder.cpp
@@ -6,4 +6,7 @@ add_llvm_library(LLVMCodeView
MethodListRecordBuilder.cpp
TypeRecordBuilder.cpp
TypeTableBuilder.cpp
+
+ ADDITIONAL_HEADER_DIRS
+ ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
)
OpenPOWER on IntegriCloud