forked from OSchip/llvm-project
Add triple to ms-inline-asm-return.cpp test
llvm-svn: 217192
This commit is contained in:
parent
635f9c7158
commit
579c9513cb
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue