[all-commits] [llvm/llvm-project] 5d90f8: [clang][AArch64] readd support for 'p' inline asm ...

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Tue Mar 17 10:54:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d90f886bc022e7c9144a0ef08ea7ccde7e66030
      https://github.com/llvm/llvm-project/commit/5d90f886bc022e7c9144a0ef08ea7ccde7e66030
  Author: Nick Desaulniers <ndesaulniers at google.com>
  Date:   2020-03-17 (Tue, 17 Mar 2020)

  Changed paths:
    M clang/lib/Basic/Targets/AArch64.h
    A clang/test/CodeGen/inline-asm-p-constraint.c

  Log Message:
  -----------
  [clang][AArch64] readd support for 'p' inline asm constraint

Summary:
Was accidentally removed by commit af64948e2a05 when it overrode
TargetInfo::convertConstraint.

Fixes: pr/45225

Reviewers: eli.friedman, sdesmalen

Reviewed By: sdesmalen

Subscribers: echristo, sdesmalen, kristof.beyls, cfe-commits, kmclaughlin, srhines

Tags: #clang

Differential Revision: https://reviews.llvm.org/D76297




More information about the All-commits mailing list