summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2018-04-04 00:50:22 +0000
committerNico Weber <nicolasweber@gmx.de>2018-04-04 00:50:22 +0000
commit086b1c8118430cd19f04e903df8ebcc00f6d924f (patch)
tree76556c5532af6986f4fd1a1e9213b362355f751a /llvm/lib/DebugInfo
parentb1e5043cff03bde6b199f2b72e3a6fae1213c775 (diff)
downloadbcm5719-llvm-086b1c8118430cd19f04e903df8ebcc00f6d924f.tar.gz
bcm5719-llvm-086b1c8118430cd19f04e903df8ebcc00f6d924f.zip
Minor no-op cmake file style fix.
llvm-svn: 329137
Diffstat (limited to 'llvm/lib/DebugInfo')
-rw-r--r--llvm/lib/DebugInfo/PDB/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/PDB/CMakeLists.txt b/llvm/lib/DebugInfo/PDB/CMakeLists.txt
index d7bb6a0a059..f6a529a69a8 100644
--- a/llvm/lib/DebugInfo/PDB/CMakeLists.txt
+++ b/llvm/lib/DebugInfo/PDB/CMakeLists.txt
@@ -65,7 +65,8 @@ add_pdb_impl_folder(Native
Native/SymbolStream.cpp
Native/TpiHashing.cpp
Native/TpiStream.cpp
- Native/TpiStreamBuilder.cpp)
+ Native/TpiStreamBuilder.cpp
+ )
list(APPEND LIBPDB_ADDITIONAL_HEADER_DIRS "${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/PDB/Native")
list(APPEND LIBPDB_ADDITIONAL_HEADER_DIRS "${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/PDB")
OpenPOWER on IntegriCloud