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.
1 parent 57eb503 commit 38e16e1Copy full SHA for 38e16e1
compiler-rt/test/profile/Linux/instrprof-debug-info-correlate.c
@@ -1,7 +1,7 @@
1
// REQUIRES: zlib
2
3
// Value profiling is currently not supported in lightweight mode.
4
-// RUN: %clang_pgogen -o %t -g -mllvm --debug-info-correlate -mllvm --disable-vp=true %S/../Inputs/instrprof-debug-info-correlate-main.cpp %S/../Inputs/instrprof-debug-info-correlate-foo.cpp
+// RUN: %clang_pgogen -o %t -g -gdwarf-4 -mllvm --debug-info-correlate -mllvm --disable-vp=true %S/../Inputs/instrprof-debug-info-correlate-main.cpp %S/../Inputs/instrprof-debug-info-correlate-foo.cpp
5
// RUN: env LLVM_PROFILE_FILE=%t.proflite %run %t
6
// RUN: llvm-profdata merge -o %t.profdata --debug-info=%t %t.proflite
7
0 commit comments