Commit b56fd78
committed
[nfc] Make function-specialization3.ll test compatible with profile propagation unittests
The build configuration described in
https://discourse.llvm.org/t/rfc-profile-information-propagation-unittesting/73595/11
causes this test to fail because that build configuration injects
profile metadata which show up in the output. To fix this we just change
the assertion to tolerate the presence of profile metadata.
Tracking issue: #1473901 parent e6aefbe commit b56fd78
File tree
1 file changed
+2
-2
lines changed- llvm/test/Transforms/FunctionSpecialization
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments