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();


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to