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

Daniel Thornburgh via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 11:13:48 PDT 2024


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

These classes could use descriptive comments.

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


More information about the llvm-commits mailing list