[PATCH] D25549: [ELF] - Linkerscript: accept integer values for PHDRS types.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 17 11:17:42 PDT 2016
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: ELF/LinkerScript.cpp:1709
unsigned ScriptParser::readPhdrType() {
StringRef Tok = next();
----------------
Add a comment.
// Read a program header type name. The next token must be a
// name of a program header type or a constant (e.g. "0x3").
https://reviews.llvm.org/D25549
More information about the llvm-commits
mailing list