Add triple to ms-inline-asm-return.cpp test

llvm-svn: 217192
This commit is contained in:
Reid Kleckner 2014-09-04 20:16:12 +00:00
parent 635f9c7158
commit 579c9513cb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 %s -emit-llvm -o - -fasm-blocks | FileCheck %s
// RUN: %clang_cc1 %s -triple i686-pc-windows-msvc -emit-llvm -o - -fasm-blocks | FileCheck %s
// Check that we take EAX or EAX:EDX and return it from these functions for MSVC
// compatibility.