[PATCH] D29576: [ELF] - Change tokenizer to read tokens "on fly".

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 04:10:51 PST 2017


grimar updated this revision to Diff 87391.
grimar edited the summary of this revision.
grimar added a comment.

- Added code that shows we are able to parse expressions like "1+2*4/5" and do not fail.
- Added comments and testcases for above.


https://reviews.llvm.org/D29576

Files:
  ELF/LinkerScript.cpp
  ELF/ScriptParser.cpp
  ELF/ScriptParser.h
  test/ELF/linkerscript/diagnostic.s
  test/ELF/linkerscript/locationcounter.s
  test/ELF/version-script-err.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29576.87391.patch
Type: text/x-patch
Size: 12584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170207/a0634623/attachment.bin>


More information about the llvm-commits mailing list