Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 454440 Details for
Bug 600868
sys-devel/llvm-3.9.0-r1[lldb]: force linking of libLLVMSupport.so
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Force linking libLLVMSupport.so for the lldb-mi target
force-libLLVMSupport.patch (text/plain), 681 bytes, created by
Alessandro Di Federico
on 2016-11-26 17:17:32 UTC
(
hide
)
Description:
Force linking libLLVMSupport.so for the lldb-mi target
Filename:
MIME Type:
Creator:
Alessandro Di Federico
Created:
2016-11-26 17:17:32 UTC
Size:
681 bytes
patch
obsolete
>--- llvm-3.9.0.src.original/tools/lldb/tools/lldb-mi/CMakeLists.txt 2016-03-29 16:39:10.000000000 +0200 >+++ llvm-3.9.0.src/tools/lldb/tools/lldb-mi/CMakeLists.txt 2016-11-26 18:15:11.735847824 +0100 >@@ -82,6 +82,9 @@ > ) > endif () > >+# We need to include the llvm components we depend on manually, as liblldb does >+# not re-export those. >+set(LLVM_LINK_COMPONENTS Support) > add_lldb_executable(lldb-mi ${LLDB_MI_SOURCES}) > > target_link_libraries(lldb-mi liblldb) >@@ -89,8 +92,6 @@ > target_link_libraries(lldb-mi pthread) > endif () > >-llvm_config(lldb-mi ${LLVM_LINK_COMPONENTS}) >- > set_target_properties(lldb-mi PROPERTIES VERSION ${LLDB_VERSION}) > > install(TARGETS lldb-mi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 600868
:
454380
| 454440