https://bugs.kde.org/show_bug.cgi?id=465782

            Bug ID: 465782
           Summary: s390x: Valgrind doesn't compile with Clang on s390x
    Classification: Developer tools
           Product: valgrind
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: jsew...@acm.org
          Reporter: ar...@linux.ibm.com
  Target Milestone: ---

When trying to compile Valgrind with Clang on s390x, there are multiple errors:

(1) "scalar-to-vector conversion failed, possible invalid constraint for vector
type" -- in various inline-assemblies where an unsigned long is passed to an
"f" constraint.
(2) "register expected" -- in an inline assembly where the notation "r11" for a
general register is used.
(3) "invalid operand in inline asm: 'svc ${1:b}" -- in an inline assembly where
a "b" modifier is used for a constant.
(4) "__builtin_setjmp is not supported for the current target" -- when
expanding the VG_MINIMAL_SETJMP/LONGJMP macros.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to