[lld] [LLD] Improve linker script handing in LLD (PR #106334)

Hongyu Chen via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 22:31:50 PDT 2024


================
@@ -74,6 +75,111 @@ struct ExprValue {
 // Later, we evaluate the expression by calling the function.
 using Expr = std::function<ExprValue()>;
 
+class ScriptExpr {
----------------
yugier wrote:

Updated `ScriptExpr` to `Expr` and added some comments but not sure if they are good ones. 

https://github.com/llvm/llvm-project/pull/106334


More information about the llvm-commits mailing list