jabraham17 / ZirconSIM

Apache License 2.0
0 stars 0 forks source link

Expression vtable missing under ld or gold #72

Closed jabraham17 closed 1 year ago

jabraham17 commented 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.

jabraham17 commented 1 year ago

Resolved by #97