]> granicus.if.org Git - clang/commitdiff
Add triple to new test to try to pacify bots
authorReid Kleckner <rnk@google.com>
Tue, 20 Aug 2019 23:32:51 +0000 (23:32 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 20 Aug 2019 23:32:51 +0000 (23:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369474 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-atexit-stub.cpp

index e3f5501f9823e450555eef9ed43af943002f4f82..ed15569abfa1e5887f2ee75c6c807014fe047e9a 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm %s -gcodeview -debug-info-kind=limited -o - | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-windows-msvc -emit-llvm %s -gcodeview -debug-info-kind=limited -o - | FileCheck %s
 
 struct a {
   ~a();