Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5865)

Issue 319740043: i#2070 burst_replace test fails: avoid pulling libdynamorio.so

Can't Edit
Can't Publish+Mail
Start Review
Created:
7 years, 5 months ago by zhaoqin
Modified:
7 years, 5 months ago
Reviewers:
bruening
CC:
dynamorio-devs_googlegroups.com
Visibility:
Public.

Description

Commit log for first patchset: --------------- i#2070 burst_replace test fails: avoid pulling libdynamorio.so Adds link flag "--as-needed" to avoid pulling libdynamorio.so for appliations that link static DynamoRIO clients. Fixes #2070 ---------------

Patch Set 1 #

Total comments: 3

Patch Set 2 : move --as-needed #

Patch Set 3 : Committed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M make/DynamoRIOConfig.cmake.in View 1 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 8
zhaoqin
7 years, 5 months ago (2016-11-18 03:49:33 UTC) #1
bruening
https://codereview.appspot.com/319740043/diff/1/make/DynamoRIOConfig.cmake.in File make/DynamoRIOConfig.cmake.in (right): https://codereview.appspot.com/319740043/diff/1/make/DynamoRIOConfig.cmake.in#newcode1021 make/DynamoRIOConfig.cmake.in:1021: _DR_append_property_string(TARGET ${target} LINK_FLAGS "-Wl,--as-needed") I don't think is related ...
7 years, 5 months ago (2016-11-18 04:33:58 UTC) #2
zhaoqin
Commit log for latest patchset: --------------- i#2070 burst_replace test fails: avoid pulling libdynamorio.so Adds link ...
7 years, 5 months ago (2016-11-18 17:13:23 UTC) #3
zhaoqin
https://codereview.appspot.com/319740043/diff/1/make/DynamoRIOConfig.cmake.in File make/DynamoRIOConfig.cmake.in (right): https://codereview.appspot.com/319740043/diff/1/make/DynamoRIOConfig.cmake.in#newcode1021 make/DynamoRIOConfig.cmake.in:1021: _DR_append_property_string(TARGET ${target} LINK_FLAGS "-Wl,--as-needed") On 2016/11/18 04:33:58, bruening wrote: ...
7 years, 5 months ago (2016-11-18 17:13:35 UTC) #4
bruening
https://codereview.appspot.com/319740043/diff/1/make/DynamoRIOConfig.cmake.in File make/DynamoRIOConfig.cmake.in (right): https://codereview.appspot.com/319740043/diff/1/make/DynamoRIOConfig.cmake.in#newcode1021 make/DynamoRIOConfig.cmake.in:1021: _DR_append_property_string(TARGET ${target} LINK_FLAGS "-Wl,--as-needed") On 2016/11/18 17:13:35, zhaoqin wrote: ...
7 years, 5 months ago (2016-11-18 19:27:44 UTC) #5
zhaoqin
On 2016/11/18 19:27:44, bruening wrote: > https://codereview.appspot.com/319740043/diff/1/make/DynamoRIOConfig.cmake.in > File make/DynamoRIOConfig.cmake.in (right): > > https://codereview.appspot.com/319740043/diff/1/make/DynamoRIOConfig.cmake.in#newcode1021 > ...
7 years, 5 months ago (2016-11-18 21:53:29 UTC) #6
bruening
LGTM
7 years, 5 months ago (2016-11-18 22:01:59 UTC) #7
zhaoqin
7 years, 5 months ago (2016-11-19 02:39:39 UTC) #8
Committed as
https://github.com/DynamoRIO/dynamorio/commit/84cb1f51960e2da2d0efea307c2c983...

Final commit log: 
---------------
i#2070 burst_replace test fails: avoid pulling libdynamorio.so

Adds link flag "--as-needed" to avoid pulling libdynamorio.so for
appliations that link static DynamoRIO clients.

Fixes #2070

Review-URL: https://codereview.appspot.com/319740043
---------------
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b