Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 454380 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), 452 bytes, created by
Alessandro Di Federico
on 2016-11-26 04:29:50 UTC
(
hide
)
Description:
Force linking libLLVMSupport.so for the lldb-mi target
Filename:
MIME Type:
Creator:
Alessandro Di Federico
Created:
2016-11-26 04:29:50 UTC
Size:
452 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 04:27:51.779965432 +0100 >@@ -85,6 +85,7 @@ > add_lldb_executable(lldb-mi ${LLDB_MI_SOURCES}) > > target_link_libraries(lldb-mi liblldb) >+target_link_libraries(lldb-mi LLVMSupport) > if ( NOT CMAKE_SYSTEM_NAME MATCHES "Windows" ) > target_link_libraries(lldb-mi pthread) > endif ()
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