[PATCH] D76297: [clang][AArch64] readd support for 'p' inline asm constraint
Eric Christopher via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 17 10:44:25 PDT 2020
echristo added inline comments.
================
Comment at: clang/test/CodeGen/inline-asm-p-constraint.c:1
+// RUN: %clang_cc1 -emit-llvm %s -o - -triple aarch64-linux-gnu | FileCheck %s
+void foo(void* ptr) {
----------------
nickdesaulniers wrote:
> Does this need `REQUIRES: aarch64-registered-target`?
It shouldn't unless it's calling into the backend somewhere.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76297/new/
https://reviews.llvm.org/D76297
More information about the cfe-commits
mailing list