From: Reid Kleckner Date: Tue, 20 Aug 2019 23:32:51 +0000 (+0000) Subject: Add triple to new test to try to pacify bots X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b59a166a76f96c78f1790efbbe5b4fd339aa6d84;p=clang 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 --- 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();