From: Michael Zuckerman Date: Tue, 15 Dec 2015 14:35:51 +0000 (+0000) Subject: [Microsoft][C++] Clang doesn't support a use of "this" pointer inside inline asm X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=803b013e4a518d2f4ed5f88089501fa52adbb9b1;p=clang [Microsoft][C++] Clang doesn't support a use of "this" pointer inside inline asm add triple to test Differential Revision: http://reviews.llvm.org/D15115 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255647 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ms_this.cpp b/test/CodeGen/ms_this.cpp index 10cd52ffc6..f3d8861a8b 100644 --- a/test/CodeGen/ms_this.cpp +++ b/test/CodeGen/ms_this.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fasm-blocks -emit-llvm %s -o - | FileCheck %s +// RUN: %clang_cc1 -triple x86_64-pc-win32 -fasm-blocks -emit-llvm %s -o - | FileCheck %s class t1 { public: double a;