]> granicus.if.org Git - clang/commitdiff
Make this test target x86_64-pc-windows-gnu as well.
authorYaron Keren <yaron.keren@gmail.com>
Wed, 29 Jul 2015 15:28:02 +0000 (15:28 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Wed, 29 Jul 2015 15:28:02 +0000 (15:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243523 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/vtable-key-function-ios.cpp

index bf2e1f9720b50c2fcb47fb82ae1ee4d636d32985..d17aa695d2b5fd1739e1df1524612e875bf6280d 100644 (file)
@@ -1,6 +1,9 @@
 // RUN: %clang_cc1 %s -triple=armv7-apple-darwin -emit-llvm -o - | FileCheck %s
 // RUN: %clang_cc1 %s -triple=armv7-apple-darwin -emit-llvm -o - | FileCheck -check-prefix=CHECK-LATE %s
 
+// RUN: %clang_cc1 %s -triple=x86_64-pc-windows-gnu -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 %s -triple=x86_64-pc-windows-gnu -emit-llvm -o - | FileCheck -check-prefix=CHECK-LATE %s
+
 // The 'a' variants ask for the v-table first.
 // The 'b' variants ask for the v-table second.
 // The 'c' variants ask for the v-table third.