projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89e08ed
)
[CMake] Use add_llvm_tool_symlink's OUTPUT_DIR option
author
Chris Bieneman
<beanz@apple.com>
Mon, 5 Dec 2016 03:29:10 +0000
(
03:29
+0000)
committer
Chris Bieneman
<beanz@apple.com>
Mon, 5 Dec 2016 03:29:10 +0000
(
03:29
+0000)
This is updating to take r288632 into account.
llvm-svn: 288633
lldb/cmake/modules/AddLLDB.cmake
patch
|
blob
|
history
diff --git
a/lldb/cmake/modules/AddLLDB.cmake
b/lldb/cmake/modules/AddLLDB.cmake
index
09952b1
..
bfea146
100644
(file)
--- a/
lldb/cmake/modules/AddLLDB.cmake
+++ b/
lldb/cmake/modules/AddLLDB.cmake
@@
-116,7
+116,8
@@
macro(add_lldb_executable name)
BUILD_WITH_INSTALL_RPATH On
INSTALL_RPATH "@loader_path/../../../../${_dots}/${LLDB_FRAMEWORK_INSTALL_DIR}")
- add_llvm_tool_symlink(${name} $<TARGET_FILE:${name}> ARG_ALWAYS_GENERATE)
+ add_llvm_tool_symlink(${name} ${name} ARG_ALWAYS_GENERATE
+ OUTPUT_DIR ${LLVM_RUNTIME_OUTPUT_INTDIR})
else()
set_target_properties(${name} PROPERTIES
BUILD_WITH_INSTALL_RPATH On