Commit a3597a4
[zephyr] Copy nightly libc++/libc++abi into cpullvm/lib
ld.eld and libLW.so.4 are built against nightly's libc++, but the splice
copies them into cpullvm/lib which has none. The loader falls through to
ci-base's older system libc++ and link operations crash with
"symbol lookup error: ... libLW.so.4: undefined symbol: ...". Copy
nightly's libc++.so.1 and libc++abi.so.1 to fix CI errors due to libc++
mismatch introduced by upgrading the host compiler to clang 22.
Signed-off-by: quic-areg <aregmi@qti.qualcomm.com>1 parent ae679b2 commit a3597a4
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
99 | 104 | | |
100 | 105 | | |
101 | 106 | | |
| |||
0 commit comments