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
  • !3514

i#1979 Mac64: Add 64-bit Mojave + XCode 10.1 build support

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i1979-build into project-mac64 Apr 07, 2019
  • Overview 1
  • Commits 4
  • Pipelines 0
  • Changes 16

A series of small changes to build with XCode 10.1 64-bit:

  • Updates -max_supported_os_version on Mac to 18.
  • Updates 64-bit Mac frame field.
  • Removes , from runtime options in template defines.
  • Removes 32-bit-only tests from the OSX label list for 64-bit.
  • Increases the core's preferred base to 0x1'71000000 to stay above the default 0x1' _PAGEZERO.
  • Adds missing DECL_EXTERNs in mangle_suspend and mangle_asynch tests.
  • Adds missing GLOBAL_REFs in common.decode test.
  • Re-defines sigcontext_t and uc_mcontext in tools.h to match this toolchain.
  • Adds 64-bit libelftc.a and libdwarf.a Mach-O libraries along with instructions on how they were built.
  • Adds -mmacosx-version-min=10.9 to drcachesim to match core/.
  • Fixes a format string warning in drcachesim.
  • Enables Mac testing on Travis for PR's for project-mac64.

Issue: #1979

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i1979-build