[Lldb-commits] [clang] [clang-tools-extra] [lld] [lldb] [llvm] Rework the `Option` library to reduce dynamic relocations (PR #119198)
Reid Kleckner via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 11 11:17:51 PST 2024
================
@@ -845,13 +845,14 @@ MemoryBufferRef LinkerDriver::convertResToCOFF(ArrayRef<MemoryBufferRef> mbs,
// Create OptTable
+#define OPTTABLE_STR_TABLE_CODE
----------------
rnk wrote:
I convinced myself this is not worth it. The changes to the `PrecomputedOptTable` are hard to abstract away. It would be easy to move the PREFIX macro definition here into the table generated file separately from the string table offset change, but we'd still have to touch all these files.
https://github.com/llvm/llvm-project/pull/119198
More information about the lldb-commits
mailing list