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)
llvm-svn: 369474

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

index e3f5501..ed15569 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();