Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport patch from upstream valgrind to fix build with clang: #86

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Jan 28, 2023

  1. Backport patch from upstream valgrind to fix build with clang:

    Bug 430429 - s390x: Fix clang compile error in valgrind.h
    
    It has been observed that clang emits an error in valgrind.h for the macro
    VALGRIND_DO_CLIENT_REQUEST_EXPR:
    
     "[...] unsupported inline asm: input with type 'int' matching output with
     type 'volatile unsigned long'"
    
    Fix this with an explicit cast of the input to 'unsigned long int.'
    
    The patch has been suggested by Jonathan Albrecht.
    aarnez authored and tstellar committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    82b51a6 View commit details
    Browse the repository at this point in the history