]> granicus.if.org Git - clang/commitdiff
Fix naked.cpp test on 32-bit Windows
authorReid Kleckner <rnk@google.com>
Fri, 29 Jul 2016 19:43:28 +0000 (19:43 +0000)
committerReid Kleckner <rnk@google.com>
Fri, 29 Jul 2016 19:43:28 +0000 (19:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@277205 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/naked.cpp

index 7032823e44b482b519569f33b773aa4e6247779e..34f22b3636b5e603f0866acfeda49a21a0745430 100644 (file)
@@ -7,7 +7,7 @@ public:
 };
 
 __attribute__((naked)) void TestNaked::NakedFunction() {
-  // CHECK-LABEL: define void @
+  // CHECK-LABEL: define {{(x86_thiscallcc )?}}void @
   // CHECK: call void asm sideeffect
   asm("");
 }