diff options
author | Yaron Keren <yaron.keren@gmail.com> | 2015-07-29 15:28:02 +0000 |
---|---|---|
committer | Yaron Keren <yaron.keren@gmail.com> | 2015-07-29 15:28:02 +0000 |
commit | 335c77ad164e1b67043f8ddfa38a7902029b2c98 (patch) | |
tree | 98839474cb2a79d2cbb3952257dec5468080f6f2 /test/CodeGenCXX | |
parent | d7f4cbb43f9361bf2b7fab95260eb3d4194dc246 (diff) | |
download | clang-335c77ad164e1b67043f8ddfa38a7902029b2c98.tar.gz |
Make this test target x86_64-pc-windows-gnu as well.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243523 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX')
-rw-r--r-- | test/CodeGenCXX/vtable-key-function-ios.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGenCXX/vtable-key-function-ios.cpp b/test/CodeGenCXX/vtable-key-function-ios.cpp index bf2e1f9720..d17aa695d2 100644 --- a/test/CodeGenCXX/vtable-key-function-ios.cpp +++ b/test/CodeGenCXX/vtable-key-function-ios.cpp @@ -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. |