From b59a166a76f96c78f1790efbbe5b4fd339aa6d84 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Tue, 20 Aug 2019 23:32:51 +0000 Subject: [PATCH] Add triple to new test to try to pacify bots git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369474 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/debug-info-atexit-stub.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenCXX/debug-info-atexit-stub.cpp b/test/CodeGenCXX/debug-info-atexit-stub.cpp index e3f5501f98..ed15569abf 100644 --- a/test/CodeGenCXX/debug-info-atexit-stub.cpp +++ b/test/CodeGenCXX/debug-info-atexit-stub.cpp @@ -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(); -- 2.40.0