We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-S
-emit-llvm
1 parent 424f82c commit ea1ecb5Copy full SHA for ea1ecb5
clang/test/CodeGenCXX/debug-info-ptr-to-ptr.cpp
@@ -1,6 +1,6 @@
1
// Test debug info for intermediate value of a chained pointer deferencing
2
// 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
+// RUN: %clang_cc1 %s -fdebug-info-for-profiling -debug-info-kind=constructor -emit-llvm -o - | FileCheck %s
4
5
class A {
6
public:
0 commit comments