================
@@ -131,6 +131,156 @@ uint64_t ExprValue::getSectionOffset() const {
return getValue() - getSecAddr();
}
+std::function<ExprValue()> ScriptExpr::getExpr() const {
----------------
yugier wrote:
Fixed!
https://github.com/llvm/llvm-project/pull/106334