]> granicus.if.org Git - clang/commitdiff
Add triple to ms-inline-asm-return.cpp test
authorReid Kleckner <reid@kleckner.net>
Thu, 4 Sep 2014 20:16:12 +0000 (20:16 +0000)
committerReid Kleckner <reid@kleckner.net>
Thu, 4 Sep 2014 20:16:12 +0000 (20:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217192 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/ms-inline-asm-return.cpp

index 1674b40245ad8aa57c4faebff330df70fb9c4088..f6feca9474af4fce0523f7c144c25982291ab135 100644 (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.