================ @@ -845,13 +845,14 @@ MemoryBufferRef LinkerDriver::convertResToCOFF(ArrayRef<MemoryBufferRef> mbs, // Create OptTable +#define OPTTABLE_STR_TABLE_CODE ---------------- rnk wrote:
Is it feasible to split out all the tool driver updates, like refactor all these PREFIX definitions into the table-generated file guarded by `OPTTABLE_STR_TABLE_CODE`, and then make your changes on top of that? https://github.com/llvm/llvm-project/pull/119198 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
