r369474 - Add triple to new test to try to pacify bots

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 20 16:32:51 PDT 2019


Author: rnk
Date: Tue Aug 20 16:32:51 2019
New Revision: 369474

URL: http://llvm.org/viewvc/llvm-project?rev=369474&view=rev
Log:
Add triple to new test to try to pacify bots

Modified:
    cfe/trunk/test/CodeGenCXX/debug-info-atexit-stub.cpp

Modified: cfe/trunk/test/CodeGenCXX/debug-info-atexit-stub.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-atexit-stub.cpp?rev=369474&r1=369473&r2=369474&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-atexit-stub.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-atexit-stub.cpp Tue Aug 20 16:32:51 2019
@@ -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();




More information about the cfe-commits mailing list