[InstrProfiling] Fix instrprof-gc-sections.c test
After D97110 __llvm_prof_cnts has the nobits type so it's empty.
This commit is contained in:
parent
2d62212b06
commit
97184ab99c
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue