Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Merge requests
  • !3487

i#3387 DR lib bounds: use linker vars if available in STATIC_LIBRARY.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge i3387-static-lib-linker-vars into master Mar 27, 2019
  • Overview 36
  • Commits 9
  • Pipelines 0
  • Changes 6

Created by: Carrotman42

We introduce the ability to set the dynamorio_so_start and dynamorio_so_end linker variables even when being compiled as a STATIC_LIBRARY. If not specified, the old functionality is used.

This is a test commit to see how Travis, Jenkins, and Derek feel about this approach; this works with my local build setup in both debug and release as well as for a large internal app.

I would also like to set up a simple test for this, but I don't have a better idea than "compile static_detach with the new option and run it"; suggestions are welcome, but in the meantime I'll start hitting my head against cmake.

Issue: #3387

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i3387-static-lib-linker-vars