Commit b2a1355
Fix compiling clang on i486
This is a first-thing-that-worked patch to fix compiler error:
> ninja: error: '/usr/lib64/libz.so', needed by 'bin/clang-tblgen',
> missing and no known rule to make it
Apparently it doesn't work on i486, likely due to cross compilation.1 parent 455dcf9 commit b2a1355
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments