Commit b68df87
authored
[TableGen] Fix build failure by using int type for NextChar (llvm#103000)
Fixes an issue in llvm#102967,
which inddvertently changed the type of `NextChar` from int to char,
causing ppc64le build failures.1 parent d4dfeb3 commit b68df87
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
647 | | - | |
| 647 | + | |
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
| |||
0 commit comments