Skip to content

Commit

Permalink
[InstrProfiling] Fix instrprof-gc-sections.c test
Browse files Browse the repository at this point in the history
After D97110 __llvm_prof_cnts has the nobits type so it's empty.
  • Loading branch information
petrhosek authored and pull[bot] committed Feb 1, 2024
1 parent b4dee92 commit 106b29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/test/profile/instrprof-gc-sections.c
Expand Up @@ -73,7 +73,7 @@ int main() { return 0; }
// be garbage collected.

// PRF_CNTS: Hex dump of section '__llvm_prf_cnts':
// PRF_CNTS-NEXT: {{.*}} 00000000 00000000 {{.*$}}
// PRF_CNTS-EMPTY:

// PGO: Counters:
// PGO-NEXT: main:
Expand Down

0 comments on commit 106b29c

Please sign in to comment.