diff options
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-atexit-stub.cpp | 2 |
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(); |