[PATCH] D35619: [ELF] - Introduce multiclass Eq helper for Options.td

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 09:42:58 PDT 2017


ruiu added inline comments.


================
Comment at: ELF/Options.td:308
 def alias_Bstatic_static: F<"static">, Alias<Bstatic>;
-def alias_L__library_path: J<"library-path=">, Alias<L>;
+def alias_library_path: JoinedOrSeparate<["-"], "L">, Alias<library_path>;
 def alias_define_common_d: Flag<["-"], "d">, Alias<define_common>;
----------------
Sort


https://reviews.llvm.org/D35619





More information about the llvm-commits mailing list