[PATCH] D113075: [lld-macho] Use separate tablegen file for LC_LINKER_OPTION

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 2 18:23:06 PDT 2021


keith added inline comments.


================
Comment at: lld/MachO/DriverUtils.cpp:54
 
+namespace LCLinkerOptInfo {
+// Create prefix string literals used in LCLinkerOptions.td
----------------
I assume there is another, better, way for me to define 2 OptTables in the same file, I would appreciate pointers!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113075/new/

https://reviews.llvm.org/D113075



More information about the llvm-commits mailing list