[PATCH] MC: Support larger COFF string tables
Nico Rieck
nico.rieck at gmail.com
Tue Jul 9 07:00:17 PDT 2013
Picking this up again. I don't see a way to just test the section name encoding as everything is neatly abstracted away. It's possible to go through all the high-level MC machinery and then check with libObject. But this needs already over 100 dense lines of just setup code. At least its quite a bit faster (0,8s) than the python variant (3s).
http://llvm-reviews.chandlerc.com/D667
More information about the llvm-commits
mailing list