Skip to content

Commit ea1ecb5

Browse files
committed
Fix test - remove unnecessary/incorrect -S, in favor of -emit-llvm
1 parent 424f82c commit ea1ecb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenCXX/debug-info-ptr-to-ptr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Test debug info for intermediate value of a chained pointer deferencing
22
// expression when the flag -fdebug-info-for-pointer-type is enabled.
3-
// RUN: %clang_cc1 %s -fdebug-info-for-profiling -debug-info-kind=constructor -S -emit-llvm -o - | FileCheck %s
3+
// RUN: %clang_cc1 %s -fdebug-info-for-profiling -debug-info-kind=constructor -emit-llvm -o - | FileCheck %s
44

55
class A {
66
public:

0 commit comments

Comments
 (0)