]> granicus.if.org Git - clang/commitdiff
[Microsoft][C++] Clang doesn't support a use of "this" pointer inside inline asm
authorMichael Zuckerman <Michael.zuckerman@intel.com>
Tue, 15 Dec 2015 14:35:51 +0000 (14:35 +0000)
committerMichael Zuckerman <Michael.zuckerman@intel.com>
Tue, 15 Dec 2015 14:35:51 +0000 (14:35 +0000)
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

test/CodeGen/ms_this.cpp

index 10cd52ffc6475eda0758c4c9873bf0e40e52967e..f3d8861a8bac6e5afc80008bf8ef1fbda3776000 100644 (file)
@@ -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;