Skip to content

Commit 6c9f256

Browse files
committed
use updated flag
1 parent 340223e commit 6c9f256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/profile/Linux/instrprof-debug-info-correlate-warnings.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void no_func() {}
3131
// 5. Remove "@__profc_no_profc"
3232
// 6. Remove "@no_func"
3333
;--- gen
34-
clang --target=x86_64-unknown-linux-gnu -fprofile-generate -mllvm -debug-info-correlate -S -emit-llvm -g a.c -o -
34+
clang --target=x86_64-unknown-linux-gnu -fprofile-generate -mllvm -profile-correlate=debug-info -S -emit-llvm -g a.c -o -
3535

3636
;--- a.ll
3737
; ModuleID = 'a.c'

0 commit comments

Comments
 (0)