[PATCH] D18499: [ELF] - Implemented prototype of location counter support.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 31 08:51:12 PDT 2016
grimar added inline comments.
================
Comment at: ELF/LinkerScript.cpp:193
@@ -75,3 +192,3 @@
// Returns true if S matches T. S can contain glob meta-characters.
// The asterisk ('*') matches zero or more characacters, and the question
----------------
I rewrote the logic and now it seems it works like you wanted (at least it has Script->getSectionVA(StringRef Name) method now).
So this is a new prototype, not well polished, but shows the consept. I don't like separate dummies sections processing, but have not good idea now. Will think about it.
http://reviews.llvm.org/D18499
More information about the llvm-commits
mailing list