Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libglvnd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container 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
  • glvnd
  • libglvnd
  • Merge requests
  • !251

Add test coverage for TLS/TSD combinations

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kyle Brenneman requested to merge kbrenneman/libglvnd:tls-config-options into master Sep 13, 2021
  • Overview 2
  • Commits 3
  • Pipelines 1
  • Changes 3

This adds test coverage for builds that use the TSD dispatch stubs, but still use a __thread variable for the dispatch table. With !249 (merged), that's the combination you'd get on a non-glibc system.

To do that, I added a separate dispatch-tls option to the Meson build to disable the TLS dispatch stubs even if they'd otherwise be supported.

I also changed the tls option to be a boolean instead of a feature, since it shouldn't be affected by Meson's --auto-features.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: tls-config-options