Skip to content

Commit 803460d

Browse files
committed
test: fixed target triple to x86_64-none-linux-gnu (vtt not generated for i686-pc-windows-msvc)
1 parent cdd8eb8 commit 803460d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenCXX/debug-info-vtt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang -g -c -emit-llvm %s -o - | llvm-dis | FileCheck %s
1+
// RUN: %clang_cc1 -triple x86_64-none-linux-gnu -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s
22

33
struct B {
44
virtual ~B() {}

0 commit comments

Comments
 (0)