summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-08-20 23:32:51 +0000
committerReid Kleckner <rnk@google.com>2019-08-20 23:32:51 +0000
commited757305b848b3ec163079dc1e0a2c6853eaf127 (patch)
tree1a578465a96323dd3f3d313fd11cc3528c226790 /clang/test/CodeGenCXX
parent861b371e1386b6ac1069c9aa3050f7074fb64516 (diff)
downloadbcm5719-llvm-ed757305b848b3ec163079dc1e0a2c6853eaf127.tar.gz
bcm5719-llvm-ed757305b848b3ec163079dc1e0a2c6853eaf127.zip
Add triple to new test to try to pacify bots
llvm-svn: 369474
Diffstat (limited to 'clang/test/CodeGenCXX')
-rw-r--r--clang/test/CodeGenCXX/debug-info-atexit-stub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-atexit-stub.cpp b/clang/test/CodeGenCXX/debug-info-atexit-stub.cpp
index e3f5501f982..ed15569abfa 100644
--- a/clang/test/CodeGenCXX/debug-info-atexit-stub.cpp
+++ b/clang/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();
OpenPOWER on IntegriCloud