Closed jabraham17 closed 1 year ago
After #71, Zircon cannot be built using ld or gold. For some reason, they cnanot find the vtables generated in expr.cpp.o. It is possibly an issue with them determining the key function, but since both lld and mold work it is puzzling.
ld
gold
expr.cpp.o
lld
mold
Resolved by #97
After #71, Zircon cannot be built using
ld
orgold
. For some reason, they cnanot find the vtables generated inexpr.cpp.o
. It is possibly an issue with them determining the key function, but since bothlld
andmold
work it is puzzling.