================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to