[PATCH] D24128: [ELF] PR30221 - linker script expression parser does not accept '~'

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 05:52:43 PDT 2016


atanasyan created this revision.
atanasyan added reviewers: ruiu, grimar.
atanasyan added a subscriber: llvm-commits.
atanasyan set the repository for this revision to rL LLVM.
atanasyan added a project: lld.

The patch adds support for both '-' and '~' unary expressions. Also it brings support for signed numbers is expressions.

https://llvm.org/bugs/show_bug.cgi?id=30221

Repository:
  rL LLVM

https://reviews.llvm.org/D24128

Files:
  ELF/LinkerScript.cpp
  test/ELF/linkerscript/linkerscript-locationcounter.s
  test/ELF/linkerscript/linkerscript-symbol-assignexpr.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24128.69995.patch
Type: text/x-patch
Size: 3916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160901/53cb0e09/attachment.bin>


More information about the llvm-commits mailing list