| commit | 31fda09b2db405bbaa225bb6068c5f787506b9db | [log] [tgz] |
|---|---|---|
| author | Peter Collingbourne <peter@pcc.me.uk> | Wed May 29 03:29:01 2019 +0000 |
| committer | Peter Collingbourne <peter@pcc.me.uk> | Wed May 29 03:29:01 2019 +0000 |
| tree | c6571ccf7d6848532f8a4e92c9027a0fc9ed047a | |
| parent | 10c548cdfa1ebe15c0312d373191b09fbe7b6a3c [diff] [blame] |
Add IR support, ELF section and user documentation for partitioning feature. The partitioning feature was proposed here: http://lists.llvm.org/pipermail/llvm-dev/2019-February/130583.html This is mostly just documentation. The feature itself will be contributed in subsequent patches. Differential Revision: https://reviews.llvm.org/D60242 llvm-svn: 361923
diff --git a/llvm/lib/AsmParser/LLLexer.cpp b/llvm/lib/AsmParser/LLLexer.cpp index c0b9cd1..dc8ff7f 100644 --- a/llvm/lib/AsmParser/LLLexer.cpp +++ b/llvm/lib/AsmParser/LLLexer.cpp
@@ -570,6 +570,7 @@ KEYWORD(align); KEYWORD(addrspace); KEYWORD(section); + KEYWORD(partition); KEYWORD(alias); KEYWORD(ifunc); KEYWORD(module);