[PATCH] D28344: [AVR] Add support for the full set of inline asm constraints

Anton Korobeynikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 4 13:15:30 PST 2017


asl added inline comments.


================
Comment at: test/CodeGen/avr-inline-asm-constraints.c:2
+// REQUIRES: avr-registered-target
+// RUN: %clang_cc1 -triple avr-unknown-unknown -emit-llvm -o - %s | FileCheck %s
+
----------------
You need checks for multi-character stuff and unsupported constraints.


https://reviews.llvm.org/D28344





More information about the cfe-commits mailing list