[PATCH] D35152: Add some basic linker module symbols
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 10 13:27:10 PDT 2017
zturner added a comment.
Should I still leave the variable in `Error.h`? It seems a little illogical to have the variable in `Error.h` given that it's now being used outside of Error related code. `Config.h` seems like the logical place for it. Maybe the best thing to do is add the `vector` in `Configuration` of ELF linker too?
https://reviews.llvm.org/D35152
More information about the llvm-commits
mailing list