[PATCH] D54335: [CMake] Fix: add_host_subdirectory source/Host/macosx
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 12 08:25:02 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL346667: [CMake] Fix: add_host_subdirectory source/Host/macosx (authored by stefan.graenitz, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D54335
Files:
lldb/trunk/source/Host/CMakeLists.txt
Index: lldb/trunk/source/Host/CMakeLists.txt
===================================================================
--- lldb/trunk/source/Host/CMakeLists.txt
+++ lldb/trunk/source/Host/CMakeLists.txt
@@ -91,7 +91,7 @@
include_directories(SYSTEM ${LIBXML2_INCLUDE_DIR})
add_subdirectory(macosx/objcxx)
set(LLDBObjCLibs lldbHostMacOSXObjCXX)
- add_host_subdirectory(maqcosx
+ add_host_subdirectory(macosx
macosx/Symbols.cpp
macosx/cfcpp/CFCBundle.cpp
macosx/cfcpp/CFCData.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54335.173682.patch
Type: text/x-patch
Size: 513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181112/153a4b47/attachment.bin>
More information about the llvm-commits
mailing list