This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
ba212c241a
llvm-project
/
lldb
/
tools
/
darwin-debug
/
CMakeLists.txt
4 lines
71 B
CMake
Raw
Normal View
History
Unescape
Escape
[CMake] Refactor LLDB libraries and tools to be components In LLVM's CMake we have a convention that components have both a build and an install target. Making LLDB follow this convention will allow LLDB to take advantage of the LLVM_DISTRIBUTION_COMPONENTS build option from LLVM. llvm-svn: 289879
2016-12-16 06:01:17 +08:00
add_lldb_tool
(
darwin-debug
INCLUDE_IN_FRAMEWORK
Fix darwin-debug build in cmake (OS X) This patch fixes test_launch_in_terminal test which doesn't work in OS X since the moment as it was added in r225284. The test fails because Target::Launch returns the following error: "the darwin-debug executable doesn't exist at <output_dir>/lib/python2.7/site-packages/lldb/darwin-debug'". Patch by Ilia K Differential Revision: http://reviews.llvm.org/D7102 llvm-svn: 227096
2015-01-27 01:23:18 +08:00
d
a
r
w
i
n
-
d
e
b
u
g
.
c
p
p
)