Commit 859b278
[Object] Init subtarget info with cpu and target feature in initializeRecordStreamer.
The initializeRecordStreamer function previously initialize subtarget info with empty
CPU and target features strings. This may cause an error during asm parsing, becasue
asm code may use instructions available only for specific target fetures. So, add
CPU and target features initialization from parsed functions description.1 parent 05d11d8 commit 859b278
1 file changed
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
93 | 112 | | |
94 | | - | |
| 113 | + | |
95 | 114 | | |
96 | 115 | | |
97 | 116 | | |
| |||
0 commit comments