[PATCH] D19419: [ELF] - Implemented comparsion operators for linkerscript

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 09:51:37 PDT 2016


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.
Herald added a subscriber: emaste.

Patch implements <,>,!=,==,>=,<= operators.
Actually in freebsd scripts I think I saw only != operator,
but since it is easy to support all at once - desided to do that.

http://reviews.llvm.org/D19419

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19419.54671.patch
Type: text/x-patch
Size: 5232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160422/ee23020b/attachment.bin>


More information about the llvm-commits mailing list